From 9ef4c0b13df7bf12432adaaca74d2519fdb6018f Mon Sep 17 00:00:00 2001 From: Wethmi Ranasinghe Date: Wed, 11 Sep 2024 10:05:12 +0530 Subject: [PATCH] Update Login.jsx --- front-end/src/Pages/Login.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front-end/src/Pages/Login.jsx b/front-end/src/Pages/Login.jsx index ef5000e4..fce16db9 100644 --- a/front-end/src/Pages/Login.jsx +++ b/front-end/src/Pages/Login.jsx @@ -65,7 +65,7 @@ function Login() { setEmail(event.target.value)} required /> @@ -75,7 +75,7 @@ function Login() { setPassword(event.target.value)} required />