diff --git a/src/auth/services/user-auth.service.ts b/src/auth/services/user-auth.service.ts index 9d0d804..1f0e7cd 100644 --- a/src/auth/services/user-auth.service.ts +++ b/src/auth/services/user-auth.service.ts @@ -125,7 +125,7 @@ export class UserAuthService { sessionId: session[1].uuid, }); } catch (error) { - throw new BadRequestException('Wrong email, password or region'); + throw new BadRequestException('Invalid credentials'); } }