fix(onboarding): reliably prefill verified email (SDK 0.2.5) #15
Reference in New Issue
Block a user
Delete Branch "tanweer919/lynkeduppro-crm:feat/login-methods"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
getUserEmail relied on getSession() which is null here (session never persisted). SDK 0.2.5 captures the email from the token-exchange response, so the onboarding email field prefills and Continue is enabled.