about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBartosz Kaszubowski <gosimek@gmail.com>2023-05-31 02:56:13 +0200
committerGitHub <noreply@github.com>2023-05-30 19:56:13 -0500
commit2018558585fd7b955598c8584751bbdd9c6ff227 (patch)
tree5ea1c9e725847009b660a7e2fe5f3912067409e0 /src
parent037713321d8bd6da7df9922dfde17844f93c701a (diff)
downloadvoidsky-2018558585fd7b955598c8584751bbdd9c6ff227.tar.zst
feat(Login): allow submitting on password field (#720)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/auth/login/Login.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/auth/login/Login.tsx b/src/view/com/auth/login/Login.tsx
index 87512287b..9f5d581b6 100644
--- a/src/view/com/auth/login/Login.tsx
+++ b/src/view/com/auth/login/Login.tsx
@@ -420,6 +420,7 @@ const LoginForm = ({
             textContentType="oneTimeCode"
             value={password}
             onChangeText={setPassword}
+            onSubmitEditing={onPressNext}
             editable={!isProcessing}
             accessibilityLabel="Password"
             accessibilityHint={