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