We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c576f commit 86f27f0Copy full SHA for 86f27f0
demos/react-supabase-todolist/src/app/router.tsx
@@ -31,7 +31,6 @@ const AuthGuard = ({ children }: AuthGuardProps) => {
31
32
connector.client.auth.onAuthStateChange(async (event, _session) => {
33
if (event === 'SIGNED_OUT') {
34
- console.log("here");
35
navigate(LOGIN_ROUTE);
36
}
37
});
0 commit comments