fix(onboarding): reliably prefill verified email (SDK 0.2.5) #15

Merged
tanweer919 merged 1 commits from tanweer919/lynkeduppro-crm:feat/login-methods into goutamnextflow 2026-07-12 22:36:29 +00:00
Collaborator

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.

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.
tanweer919 added 1 commit 2026-07-12 22:36:27 +00:00
getUserEmail() relied on getSession(), which returns null here because the
Supabase session is intentionally never persisted to storage — so the
onboarding email field stayed empty and Continue was blocked. SDK 0.2.5
captures the email in memory from the token-exchange response instead.
Bump @abe-kap/appshell-sdk to ^0.2.5.
tanweer919 merged commit 3c6190d16a into goutamnextflow 2026-07-12 22:36:29 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Goutam/lynkeduppro-crm#15