development-v0.1.60-alpha
CurrentMy Connection Profile, onboarding email gate, and single verification email on signup.
- My Connection Profile: Connectors linked to a CRM record can view and update their own connection card from the dashboard and profile — photo, contact fields, social links, and QR code — without admin CRM access.
-
Onboarding email gate: Unverified users see a verify-email step on
/onboardingwith resend before seller or connector onboarding content appears. - Post-auth routing: New registrations and OAuth sign-ups redirect to onboarding when email is unverified instead of the dashboard or a separate verify page.
- Fix: Registration sends one verification email — removed duplicate sends from Laravel’s default listener, custom listeners, and repeated onboarding page loads.