Skip to content

Commit

Permalink
Apply suggestion from browser for password field (#4524)
Browse files Browse the repository at this point in the history
Co-authored-by: David Glick <david@glicksoftware.com>
  • Loading branch information
lord2anil and davisagli authored May 10, 2023
1 parent c230e7d commit 990ce92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/3990.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apply suggestion from browser for password field @lord2anil
1 change: 1 addition & 0 deletions src/components/theme/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class Login extends Component {
<Input
type="password"
id="password"
autocomplete="current-password"
name="password"
placeholder={this.props.intl.formatMessage(
messages.password,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ exports[`Login renders a login component 1`] = `
className="stretched eight wide column"
>
<div
autocomplete="current-password"
className="ui input"
>
<input
Expand Down

0 comments on commit 990ce92

Please sign in to comment.