diff --git a/README.md b/README.md index ad4c15cd..a235b6ec 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Run the following commands to set up your database and Prisma schema: ```bash npx prisma migrate dev --name init + ``` diff --git a/app/Header.tsx b/app/Header.tsx index 2e9abfab..ed7c364e 100644 --- a/app/Header.tsx +++ b/app/Header.tsx @@ -6,6 +6,8 @@ import {useSession, signOut} from "next-auth/react"; export default function Header() { const {data: session} = useSession(); + console.log(session); + return (