fix: signup page oidc function

This commit is contained in:
Matt Kilgore
2024-04-13 21:16:39 -04:00
parent bd4a1c4c09
commit 788c6269a2

View File

@ -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',