Skip to content

Commit

Permalink
STCOR-742 Remove autoComplete attribute from 'forgot' fields. (#1437)
Browse files Browse the repository at this point in the history
* remove autoComplete attribute from 'forgot' fields

* log changes
  • Loading branch information
JohnC-80 authored Mar 11, 2024
1 parent fed7d78 commit ce9648f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Correctly parse `.../_self` permissions object. Refs STCOR-813.
* Add `idName` and `limit` as passable props to `useChunkedCQLFetch`. Refs STCOR-821.
* Check for valid token before rotating during XHR send. Refs STCOR-817.
* Remove `autoComplete` from `<ForgotPassword>`, `<ForgotUsername>` fields. Refs STCOR-742.

## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0)
Expand Down
1 change: 0 additions & 1 deletion src/components/ForgotPassword/ForgotPasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class ForgotPasswordForm extends Component {
inputClass={formStyles.input}
validationEnabled={false}
hasClearIcon={false}
autoComplete="on"
autoCapitalize="none"
autoFocus
placeholder={formatMessage({ id: 'stripes-core.placeholder.forgotPassword' })}
Expand Down
1 change: 0 additions & 1 deletion src/components/ForgotUserName/ForgotUserNameForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class ForgotUserNameForm extends Component {
inputClass={formStyles.input}
validationEnabled={false}
hasClearIcon={false}
autoComplete="on"
autoCapitalize="none"
autoFocus
placeholder={formatMessage({ id: 'stripes-core.placeholder.forgotUsername' })}
Expand Down

0 comments on commit ce9648f

Please sign in to comment.