Improve auth google error msg (#13431)

As title
This commit is contained in:
Thomas Trompette
2025-07-25 11:14:27 +02:00
committed by GitHub
parent 041d55b605
commit ae13d08017

View File

@ -78,7 +78,7 @@ export class GoogleStrategy extends PassportStrategy(Strategy, 'google') {
if (!firstVerifiedEmail) {
throw new AuthException(
'No verified email found',
'Please verify your email address with Google',
AuthExceptionCode.EMAIL_NOT_VERIFIED,
);
}