diff --git a/frontend/src/authStorage.ts b/frontend/src/authStorage.ts index 2ef7087..e8d487b 100644 --- a/frontend/src/authStorage.ts +++ b/frontend/src/authStorage.ts @@ -1,4 +1,4 @@ -const appKey = import.meta.env.VITE_APP_KEY || location.pathname.replace(/\W+/g, '_') || 'smartup' +const appKey = import.meta.env.VITE_APP_KEY || 'smartup' const prefix = `smartup_${appKey}` export const authStorageKeys = {