diff --git a/src/pages/signin/LoginForm/BaseLoginForm.js b/src/pages/signin/LoginForm/BaseLoginForm.js index 5803f352ad4c..64f4e93011c5 100644 --- a/src/pages/signin/LoginForm/BaseLoginForm.js +++ b/src/pages/signin/LoginForm/BaseLoginForm.js @@ -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;