From 9329c6b8d4cfb82efc67ea4075a0c9f8b0af3a34 Mon Sep 17 00:00:00 2001 From: Jeff Bocala <6222411+jeffbocala@users.noreply.github.com> Date: Wed, 14 Apr 2021 16:31:04 +0700 Subject: [PATCH] feat: add autocomplete attributes to login fields --- src/pages/Login/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Login/index.tsx b/src/pages/Login/index.tsx index 7e78571..b22d42f 100644 --- a/src/pages/Login/index.tsx +++ b/src/pages/Login/index.tsx @@ -208,11 +208,13 @@ const Login = () => { /> { label='Password' variant='outlined' fullWidth + autoComplete='current-password' value={values.password} onChange={handleChange} onBlur={handleBlur}