diff --git a/src/components/auth/google-button.tsx b/src/components/auth/google-button.tsx index 59c2e03..d1e7282 100644 --- a/src/components/auth/google-button.tsx +++ b/src/components/auth/google-button.tsx @@ -38,7 +38,7 @@ export function GoogleSignInButton() { const { error } = await supabase.auth.signInWithOAuth({ provider: 'google', options: { - redirectTo: `${window.location.origin}/auth/callback`, + redirectTo: `${window.location.origin}/leopost/auth/callback/`, queryParams: { access_type: 'offline', prompt: 'consent',