Skip to content

Commit 9912ae8

Browse files
authored
Merge pull request #43752 from software-mansion-labs/fix-autofocus-sign-in
[CP Staging] Fix autofocus on Sign In page
2 parents b00c201 + 0942376 commit 9912ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/signin/LoginForm/BaseLoginForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ function BaseLoginForm({account, credentials, closeAccount, blurOnSubmit = false
268268
onSubmitEditing={validateAndSubmitForm}
269269
autoCapitalize="none"
270270
autoCorrect={false}
271+
autoFocus
271272
inputMode={CONST.INPUT_MODE.EMAIL}
272273
errorText={formError}
273274
hasError={shouldShowServerError}

0 commit comments

Comments
 (0)