From 164b76fad806b078aad8c537ba9bdcfbfc757dca Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 5 May 2026 11:39:54 +0500 Subject: css changes + error handling --- front/src/Authentication/LoginPage.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'front/src/Authentication/LoginPage.tsx') diff --git a/front/src/Authentication/LoginPage.tsx b/front/src/Authentication/LoginPage.tsx index e673418..7a555fe 100644 --- a/front/src/Authentication/LoginPage.tsx +++ b/front/src/Authentication/LoginPage.tsx @@ -28,20 +28,22 @@ function LoginPage() { return (
-

{ GetLocalizedString("Username", lang) }

- setUsername(ev.target.value)} /> -

{ GetLocalizedString("Password", lang) }

- setPassw(ev.target.value)} /> - - - -

Don't have an account? Click here.

); } -- cgit v1.3