Skip to content

Commit

Permalink
removed extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AEst2002 committed Oct 17, 2023
1 parent a1b0ebd commit 9f2f9b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default async function Dashboard() {
if (!session) {
// this is a protected route - only users who are signed in can view this route
redirect("/");
} else {
console.log(session)
}

const userEmail = session.user.email;

return (
Expand Down

0 comments on commit 9f2f9b4

Please sign in to comment.