fix(auth): session persists on reload (SDK 0.2.2) #8

Merged
tanweer919 merged 1 commits from feat/login-methods into goutamnextflow 2026-07-12 21:11:46 +00:00
Showing only changes of commit 27e7bdf8f5 - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@
"lint": "eslint" "lint": "eslint"
}, },
"dependencies": { "dependencies": {
"@abe-kap/appshell-sdk": "^0.2.1", "@abe-kap/appshell-sdk": "^0.2.2",
"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",