From b7156b7948c4d24891b9c36c0a14dbdbb2b2ce39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Thu, 18 Jul 2024 10:40:04 +0200 Subject: [PATCH] fix: signup autocomplete fields --- webapp/src/component/security/SignUp/SignUpForm.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webapp/src/component/security/SignUp/SignUpForm.tsx b/webapp/src/component/security/SignUp/SignUpForm.tsx index 2591711309..dc1355f7e5 100644 --- a/webapp/src/component/security/SignUp/SignUpForm.tsx +++ b/webapp/src/component/security/SignUp/SignUpForm.tsx @@ -122,7 +122,11 @@ export const SignUpForm = (props: Props) => { > - } /> + } + autoComplete="email" + /> } inputProps={{ type: showPassword ? 'text' : 'password' }} @@ -150,17 +154,20 @@ export const SignUpForm = (props: Props) => { }} /> } /> {orgRequired && ( } /> )} {userSourceField && ( } />