diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 7e065e9..0b107da 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -3,7 +3,7 @@ import Link from 'next/link' export default function NavBar() { - const { data: session } = useSession() + const { data: session } = useSession() // console.log(session) if (session) { return ( @@ -32,6 +32,18 @@ export default function NavBar() { > ) + // return ( + //
Logged out Successfully
+ // + //User Registration Form
-