diff --git a/src/common-components/AuthnValidationFormGroup.jsx b/src/common-components/AuthnValidationFormGroup.jsx index 97f9c4ae..9f2feb33 100644 --- a/src/common-components/AuthnValidationFormGroup.jsx +++ b/src/common-components/AuthnValidationFormGroup.jsx @@ -63,6 +63,7 @@ const AuthnCustomValidationFormGroup = (props) => { value: props.value, className: props.inputFieldStyle, 'aria-invalid': props.ariaInvalid, + autoComplete: 'on', }; inputProps.onChange = (e) => onChangeHandler(e, onChange); inputProps.onClick = (e) => onClickHandler(e, onClick); diff --git a/src/forgot-password/tests/__snapshots__/ForgotPasswordPage.test.jsx.snap b/src/forgot-password/tests/__snapshots__/ForgotPasswordPage.test.jsx.snap index 05844318..95bc2a2f 100644 --- a/src/forgot-password/tests/__snapshots__/ForgotPasswordPage.test.jsx.snap +++ b/src/forgot-password/tests/__snapshots__/ForgotPasswordPage.test.jsx.snap @@ -32,6 +32,7 @@ exports[`ForgotPasswordPage should match default section snapshot 1`] = `