Skip to content

Commit

Permalink
resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcecodedeveloper committed Dec 24, 2023
1 parent ac3e5f8 commit bebd1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/LoginForm/BaseLoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function LoginForm(props) {
if (props.blurOnSubmit) {
input.current.blur();
}

// Only focus the input if the form becomes visible again, to prevent the keyboard from automatically opening on touchscreen devices after signing out
if (!input.current || prevIsVisible || !props.isVisible) {
return;
Expand Down

0 comments on commit bebd1c4

Please sign in to comment.