feat(Login): allow submitting on password field (#720)
parent
037713321d
commit
2018558585
|
@ -420,6 +420,7 @@ const LoginForm = ({
|
|||
textContentType="oneTimeCode"
|
||||
value={password}
|
||||
onChangeText={setPassword}
|
||||
onSubmitEditing={onPressNext}
|
||||
editable={!isProcessing}
|
||||
accessibilityLabel="Password"
|
||||
accessibilityHint={
|
||||
|
|
Loading…
Reference in New Issue