From 08b2993cb06f202b0f7e16a2278591651d2a8f66 Mon Sep 17 00:00:00 2001 From: Gagan7900 <54118395+Gagan7900@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:44:15 +0530 Subject: [PATCH] minor ui changes --- src/app/features/authentication/pages/login/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } }); }