Skip to content

Commit e7e0427

Browse files
authored
fix: oauth redirect url. (vercel#218)
1 parent 17a4324 commit e7e0427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/signin/AuthUI.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function AuthUI() {
1212
<Auth
1313
supabaseClient={supabase}
1414
providers={['github']}
15-
redirectTo={getURL()}
15+
redirectTo={`${getURL()}/auth/callback`}
1616
magicLink={true}
1717
appearance={{
1818
theme: ThemeSupa,

0 commit comments

Comments
 (0)