Skip to content

Commit

Permalink
disabled autocomplete when resetting password for new password field (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 authored and sammartinez committed Sep 6, 2019
1 parent 6ff5968 commit d5efee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-amplify-react/src/Auth/ForgotPassword.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default class ForgotPassword extends AuthPiece {
type="password"
key="password"
name="password"
autoComplete="off"
onChange={this.handleInputChange}
/>
</FormField>
Expand Down

0 comments on commit d5efee1

Please sign in to comment.