Skip to content

Commit

Permalink
Fix typo (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed May 18, 2020
1 parent d056e5a commit b339ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/Recovery/ActiveMethod.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ActiveMethod extends Component {
placeholder={translate('recoveryMgmt.disableInputPlaceholder')}
value={username}
onChange={e => this.setState({ username: e.target.value })}
autocomplete='off'
autoComplete='off'
spellCheck='false'
/>
)}
Expand Down

0 comments on commit b339ebd

Please sign in to comment.