Skip to content

Commit 86f27f0

Browse files
committed
Cleanup.
1 parent 65c576f commit 86f27f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/react-supabase-todolist/src/app/router.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const AuthGuard = ({ children }: AuthGuardProps) => {
3131

3232
connector.client.auth.onAuthStateChange(async (event, _session) => {
3333
if (event === 'SIGNED_OUT') {
34-
console.log("here");
3534
navigate(LOGIN_ROUTE);
3635
}
3736
});

0 commit comments

Comments
 (0)