diff --git a/apps/web/src/components/forms/signup.tsx b/apps/web/src/components/forms/signup.tsx index 7cb037c1e..b5a9ffa5b 100644 --- a/apps/web/src/components/forms/signup.tsx +++ b/apps/web/src/components/forms/signup.tsx @@ -129,7 +129,7 @@ export const SignUpForm = ({ const onSignUpWithOIDCClick = async () => { try { - await signIn('google', { callbackUrl: SIGN_UP_REDIRECT_PATH }); + await signIn('oidc', { callbackUrl: SIGN_UP_REDIRECT_PATH }); } catch (err) { toast({ title: 'An unknown error occurred',