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:
Generated
+4
-4
@@ -8,7 +8,7 @@
|
|||||||
"name": "lynkeduppro-crm",
|
"name": "lynkeduppro-crm",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@abe-kap/appshell-sdk": "^0.2.4",
|
"@abe-kap/appshell-sdk": "^0.2.5",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^1.21.0",
|
"lucide-react": "^1.21.0",
|
||||||
"next": "16.2.9",
|
"next": "16.2.9",
|
||||||
@@ -28,9 +28,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@abe-kap/appshell-sdk": {
|
"node_modules/@abe-kap/appshell-sdk": {
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"resolved": "https://npm.pkg.github.com/download/@abe-kap/appshell-sdk/0.2.4/1c6bb6b79b06a50a285a1865c26a18652e3e47c8",
|
"resolved": "https://npm.pkg.github.com/download/@abe-kap/appshell-sdk/0.2.5/76bddffe21164d833c4a63adbb6409930dbc1356",
|
||||||
"integrity": "sha512-KCjR/WdREtYXZZcFoG9jHQQ/jF3R01d6Go071I7NAUXvTdePB06HecS58pO7ouJ6dsknSa2si/1J2Q1f7urcDg==",
|
"integrity": "sha512-iHkdtkUs+sgiEY+2xbQDlm9WOtEbrbB0Z/YoiBZrXM64PT4+gcgFf3RPpKNSqqkVT6LzoL2mZjulFpSMCLw+fA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@supabase/supabase-js": "^2.108.2",
|
"@supabase/supabase-js": "^2.108.2",
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"lint": "eslint"
|
"lint": "eslint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@abe-kap/appshell-sdk": "^0.2.4",
|
"@abe-kap/appshell-sdk": "^0.2.5",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^1.21.0",
|
"lucide-react": "^1.21.0",
|
||||||
"next": "16.2.9",
|
"next": "16.2.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user