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 && ( } />