Skip to content

Commit

Permalink
Setting more autoComplete="new-password" attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Feb 10, 2020
1 parent cdc982f commit 3cad443
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export class EditUserPage extends Component<Props, State> {
{...this.validator.validatePassword(this.state.user)}
>
<EuiFieldText
autoComplete="new-password"
data-test-subj="passwordInput"
name="password"
type="password"
Expand All @@ -218,6 +219,7 @@ export class EditUserPage extends Component<Props, State> {
{...this.validator.validateConfirmPassword(this.state.user)}
>
<EuiFieldText
autoComplete="new-password"
data-test-subj="passwordConfirmationInput"
onChange={this.onConfirmPasswordChange}
name="confirm_password"
Expand Down

0 comments on commit 3cad443

Please sign in to comment.