This commit is contained in:
mlogclub
2026-04-26 20:04:54 +08:00
parent 6be1d74f09
commit a3cd67f80f
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export type AuthSession = {
roles: string[]
}
const SESSION_STORAGE_KEY = "cs-agent.admin.session"
const SESSION_STORAGE_KEY = "cs-ai-agent-session"
function hasWindow() {
return typeof window !== "undefined"