fix: turn autocomplete on (#609)

This commit is contained in:
Zainab Amir
2022-08-11 17:02:44 +05:00
committed by GitHub
parent 2b30e0998c
commit 9f92c412b4
2 changed files with 0 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ const PasswordField = (props) => {
controlClassName={props.borderClass}
trailingElement={isPasswordHidden ? ShowButton : HideButton}
floatingLabel={props.floatingLabel}
autoComplete="off"
/>
</OverlayTrigger>
{props.errorMessage !== '' && (

View File

@@ -255,7 +255,6 @@ class LoginPage extends React.Component {
handleBlur={this.handleOnBlur}
errorMessage={this.state.errors.emailOrUsername}
floatingLabel={intl.formatMessage(messages['login.user.identity.label'])}
autoComplete="off"
/>
<PasswordField
name="password"