From 71511230a96e9ea6572d82ad3d9d26627fd54a06 Mon Sep 17 00:00:00 2001 From: KGFCH2 Date: Sat, 23 May 2026 01:48:25 +0530 Subject: [PATCH] a11y: add current-password autocomplete to login --- src/pages/Login/Login.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Login/Login.tsx b/src/pages/Login/Login.tsx index 92b7073e..13a7203c 100644 --- a/src/pages/Login/Login.tsx +++ b/src/pages/Login/Login.tsx @@ -108,7 +108,7 @@ const Login: React.FC = () => {
{ ); }; -export default Login; \ No newline at end of file +export default Login;