2
0

🚸 (workspace) Keep workspaceId in memory even when logging out

This commit is contained in:
Baptiste Arnaud
2022-12-12 09:54:31 +01:00
parent 54dee6e362
commit 578e41c09f

View File

@ -16,7 +16,6 @@ export const DashboardHeader = () => {
const { isOpen, onOpen, onClose } = useDisclosure()
const handleLogOut = () => {
localStorage.removeItem('workspaceId')
signOut()
}