fix(onboarding): reliably prefill the verified email (SDK 0.2.5)
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.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@abe-kap/appshell-sdk": "^0.2.4",
|
||||
"@abe-kap/appshell-sdk": "^0.2.5",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^1.21.0",
|
||||
"next": "16.2.9",
|
||||
|
||||
Reference in New Issue
Block a user