From 2a18592414c381a7864af35902de87695fc7095c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Mon, 22 Jul 2024 08:03:14 +0200 Subject: [PATCH] fix: signup autocomplete fields (#2414) --- 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 && ( } />