diff --git a/frontend/src/app/auth/services/auth/index.tsx b/frontend/src/app/auth/services/auth/index.tsx index c76f8242..a297671f 100644 --- a/frontend/src/app/auth/services/auth/index.tsx +++ b/frontend/src/app/auth/services/auth/index.tsx @@ -1,4 +1,4 @@ -const LOCAL_STORAGE_KEY = 'token-sandbox-v2' +const LOCAL_STORAGE_KEY = 'auth-token-sandbox-v2' const logout = (): void => { localStorage.removeItem(LOCAL_STORAGE_KEY)