Skip to content

Commit

Permalink
🚸 (workspace) Keep workspaceId in memory even when logging out
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Dec 12, 2022
1 parent 54dee6e commit 578e41c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const DashboardHeader = () => {
const { isOpen, onOpen, onClose } = useDisclosure()

const handleLogOut = () => {
localStorage.removeItem('workspaceId')
signOut()
}

Expand Down

0 comments on commit 578e41c

Please sign in to comment.