Canceling during sso takes you back to login properly
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user