Skip to content

Commit

Permalink
Prevent autocompleting the username field (elastic#88682)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
legrego and kibanamachine committed Feb 1, 2021
1 parent 75c6e12 commit a4e82fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -221,6 +221,7 @@ export class LoginForm extends Component<Props, State> {
{...this.validator.validateUsername(this.state.username)}
>
<EuiFieldText
autoComplete="off"
id="username"
name="username"
data-test-subj="loginUsername"
Expand Down

0 comments on commit a4e82fa

Please sign in to comment.