From 0cdd858f005007f9e847c1bbe80c449ffd980e00 Mon Sep 17 00:00:00 2001 From: KevinBacas Date: Fri, 19 Jul 2024 19:04:12 +0200 Subject: [PATCH] chore: Remove redirectTo property when signing in --- components/Header.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 0cd9b32..87c39c9 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -102,9 +102,6 @@ function Header() { ? supabase.auth.signOut() : supabase.auth.signInWithOAuth({ provider: 'github', - options: { - redirectTo: "http://localhost:3000/" - } }) } >