Skip to content

Commit

Permalink
Merge pull request #1788 from Expensify/jasper-2faNumericKeyboard
Browse files Browse the repository at this point in the history
Make the 2FA keyboard numeric on mobile.
  • Loading branch information
robertjchen authored Mar 19, 2021
2 parents 823e91a + 93385d9 commit 394da70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/signin/PasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class PasswordForm extends React.Component {
placeholderTextColor={themeColors.textSupporting}
onChangeText={text => this.setState({twoFactorAuthCode: text})}
onSubmitEditing={this.validateAndSubmitForm}
keyboardType="numeric"
/>
</View>
)}
Expand Down

0 comments on commit 394da70

Please sign in to comment.