From 431d47faa4c59028a91479fd07611cf49ab2ed1b Mon Sep 17 00:00:00 2001 From: MohitGoyal09 Date: Tue, 8 Oct 2024 17:10:52 +0530 Subject: [PATCH] Fixed the ui of misplacement of showpassword icon --- frontend/src/components/Login/Login.js | 9 --------- frontend/src/components/Signup/Signup.js | 23 +---------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/frontend/src/components/Login/Login.js b/frontend/src/components/Login/Login.js index 61b58ba..47284f6 100644 --- a/frontend/src/components/Login/Login.js +++ b/frontend/src/components/Login/Login.js @@ -57,15 +57,6 @@ function Login() { onChange={(e) => setPassword(e.target.value)} required /> - +
@@ -118,17 +108,6 @@ function Signup() { onChange={(e) => setConfirmPassword(e.target.value)} required /> -