Skip to content

Commit 1a3b760

Browse files
final fix for login issue
1 parent f3c2aa9 commit 1a3b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Login = () => {
5959
const { error } = await supabase.auth.signInWithOAuth({
6060
provider,
6161
options: {
62-
redirectTo: `${window.location.origin}/auth/callback`,
62+
redirectTo: `${window.location.origin}`,
6363
},
6464
});
6565
if (error) throw error;

0 commit comments

Comments
 (0)