Skip to content

Commit

Permalink
feat: change key token
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Jan 11, 2024
1 parent b834dc1 commit 078bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/auth/services/auth/index.tsx
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 078bc86

Please sign in to comment.