Skip to content

Commit

Permalink
Merge pull request #11163 from syedsaroshfarrukhdot/focus-input-field…
Browse files Browse the repository at this point in the history
…-follow-up-magic-link

Focus input field follow up magic link
  • Loading branch information
Julesssss authored Sep 22, 2022
2 parents a24de55 + 819702b commit f76f708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/NewPasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class NewPasswordForm extends React.Component {
return (
<View style={styles.mb6}>
<TextInput
autoFocus
label={`${this.props.translate('setPasswordPage.enterPassword')}`}
secureTextEntry
autoComplete={ComponentUtils.NEW_PASSWORD_AUTOCOMPLETE_TYPE}
Expand Down

0 comments on commit f76f708

Please sign in to comment.