We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a4324 commit e7e0427Copy full SHA for e7e0427
app/signin/AuthUI.tsx
@@ -12,7 +12,7 @@ export default function AuthUI() {
12
<Auth
13
supabaseClient={supabase}
14
providers={['github']}
15
- redirectTo={getURL()}
+ redirectTo={`${getURL()}/auth/callback`}
16
magicLink={true}
17
appearance={{
18
theme: ThemeSupa,
0 commit comments