Skip to content

Commit

Permalink
fix: Protect inputs from autofill (#3980)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Jun 4, 2024
1 parent a3d64e6 commit dad3041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/web/components/base/forms/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const Input = class extends React.Component {
value={this.props.value}
className={innerClassName}
disabled={disabled}
autoComplete={'one-time-code'}
/>
)}
{this.props.type === 'password' && (
Expand Down

0 comments on commit dad3041

Please sign in to comment.