Skip to content

Commit

Permalink
Merge branch 'main' into background
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfiej-k authored Oct 17, 2023
2 parents f13779f + c39ab79 commit 4712517
Show file tree
Hide file tree
Showing 4 changed files with 4,283 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default async function Dashboard() {
// this is a protected route - only users who are signed in can view this route
redirect("/");
}

const userEmail = session.user.email;

return (
Expand Down
Loading

0 comments on commit 4712517

Please sign in to comment.