diff --git a/src/app/features/authentication/pages/login/login.ts b/src/app/features/authentication/pages/login/login.ts index 86d70195..4c81fe50 100644 --- a/src/app/features/authentication/pages/login/login.ts +++ b/src/app/features/authentication/pages/login/login.ts @@ -91,7 +91,7 @@ export class Login { this.loginError = error?.error?.detail || error?.error?.message || - 'Invalid email or password'; + 'Invalid User Name or Password'; } }); }