From 078bc86b4692e97c4e4a3058edf352d3b6e8ed46 Mon Sep 17 00:00:00 2001 From: Lucas Magnus Date: Thu, 11 Jan 2024 15:44:49 -0300 Subject: [PATCH] feat: change key token --- frontend/src/app/auth/services/auth/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)