From 5dd2d95c9f97613c840dc2a9e29ae4ffe125434e Mon Sep 17 00:00:00 2001 From: Huzaifa Rasheed Date: Thu, 1 Dec 2022 23:31:21 +0500 Subject: [PATCH] blur login page input only when transitioned to magic link page --- src/pages/signin/SignInPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/signin/SignInPage.js b/src/pages/signin/SignInPage.js index 574e96e6cac1..60788b07210c 100644 --- a/src/pages/signin/SignInPage.js +++ b/src/pages/signin/SignInPage.js @@ -83,7 +83,7 @@ class SignInPage extends Component { > {/* LoginForm and PasswordForm must use the isVisible prop. This keeps them mounted, but visually hidden so that password managers can access the values. Conditionally rendering these components will break this feature. */} - + {shouldShowResendValidationLinkForm && }