diff --git a/components/auth/LoginForm.tsx b/components/auth/LoginForm.tsx index 0574006..bfca123 100644 --- a/components/auth/LoginForm.tsx +++ b/components/auth/LoginForm.tsx @@ -71,7 +71,7 @@ export function LoginForm({ onSignUp, onForgotPassword }: Props) { } async function handleGoogle() { - await signIn.social({ provider: 'google', callbackURL: window.location.origin }); + await signIn.social({ provider: 'google', callbackURL: window.location.origin, errorCallbackURL: window.location.origin }); } function scrollToAbout() {