diff --git a/client/modules/User/components/NewPasswordForm.tsx b/client/modules/User/components/NewPasswordForm.tsx index 9d08f678c5..ac3a5fc4b4 100644 --- a/client/modules/User/components/NewPasswordForm.tsx +++ b/client/modules/User/components/NewPasswordForm.tsx @@ -34,7 +34,7 @@ export function NewPasswordForm(props: { resetPasswordToken: string }) { className="form__input" aria-label={t('NewPasswordForm.TitleARIA')} type="password" - id="Password" + id="password" autoComplete="new-password" {...field.input} /> @@ -47,14 +47,14 @@ export function NewPasswordForm(props: { resetPasswordToken: string }) { {(field) => (

-