🚸 (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 { isOpen, onOpen, onClose } = useDisclosure()
|
||||||
|
|
||||||
const handleLogOut = () => {
|
const handleLogOut = () => {
|
||||||
localStorage.removeItem('workspaceId')
|
|
||||||
signOut()
|
signOut()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user