We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca20691 commit d54ba90Copy full SHA for d54ba90
1 file changed
packages/features/auth/lib/next-auth-options.ts
@@ -973,7 +973,7 @@ export const getOptions = ({
973
return true;
974
}
975
976
- return `auth/error?error=wrong-provider&provider=${existingUserWithEmail.identityProvider}`;
+ return `/auth/error?error=wrong-provider&provider=${existingUserWithEmail.identityProvider}`;
977
978
979
// Associate with organization if enabled by flag and idP is Google (for now)
0 commit comments