🚸 (workspace) Keep workspaceId in memory even when logging out
This commit is contained in:
@ -16,7 +16,6 @@ export const DashboardHeader = () => {
|
||||
const { isOpen, onOpen, onClose } = useDisclosure()
|
||||
|
||||
const handleLogOut = () => {
|
||||
localStorage.removeItem('workspaceId')
|
||||
signOut()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user