Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanAnsari authored Oct 9, 2024
1 parent d97fc96 commit 66d9c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/plans/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ export default function PlansPage() {

// If session is null (user not logged in), redirect to login page
//Temporary Comment, will remove after testing.
/*if (!session) {
if (!session) {
router.push("/auth/signin");
return null;
}*/
}

return (
<div className="min-h-screen bg-gray-50 py-10 px-4">
Expand Down

0 comments on commit 66d9c3c

Please sign in to comment.