Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Dec 26, 2023
1 parent 0fd894b commit eb8f468
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/features/supabase/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const useAutoRedirectIfNotLoggedIn = (path: string) => {
const router = useRouter();
const session = useSession();

console.log(session);

useEffect(() => {
if (!session) {
void router.push(path);
Expand Down

0 comments on commit eb8f468

Please sign in to comment.