File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function getRenderOptions({
102102
103103 // True, if the user has SAML required, and we haven't yet initiated SAML for their account
104104 const shouldInitiateSAMLLogin = hasAccount && hasLogin && isSAMLRequired && ! hasInitiatedSAMLLogin && ! ! account . isLoading ;
105- const shouldShowChooseSSOOrMagicCode = hasAccount && hasLogin && isSAMLEnabled && ! isSAMLRequired && ! isUsingMagicCode && ! hasValidateCode ;
105+ const shouldShowChooseSSOOrMagicCode = hasAccount && hasLogin && isSAMLEnabled && ! isSAMLRequired && ! isUsingMagicCode ;
106106
107107 // SAML required users may reload the login page after having already entered their login details, in which
108108 // case we want to clear their sign in data so they don't end up in an infinite loop redirecting back to their
You can’t perform that action at this time.
0 commit comments