diff --git a/components/Shell.tsx b/components/Shell.tsx index 0661318c06..4cee88fc4d 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -17,6 +17,11 @@ export default function Shell(props) { setMobileMenuExpanded(!mobileMenuExpanded); } + const logoutHandler = () => { + signOut(); + router.push('/'); + } + return (