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 (
@@ -69,7 +74,7 @@ export default function Shell(props) {
Your Profile Login & Security - +
) } @@ -126,7 +131,7 @@ export default function Shell(props) { Settings - +