This reverts commit 3d685eb4ae
.
pull/2068/head
parent
3d685eb4ae
commit
fd6b2c57cb
|
@ -174,7 +174,7 @@ export default function Login({
|
||||||
)}
|
)}
|
||||||
{isSAMLLoginEnabled && (
|
{isSAMLLoginEnabled && (
|
||||||
<SAMLLogin
|
<SAMLLogin
|
||||||
email={form.getValues("email").toLowerCase()}
|
email={form.getValues("email")}
|
||||||
samlTenantID={samlTenantID}
|
samlTenantID={samlTenantID}
|
||||||
samlProductID={samlProductID}
|
samlProductID={samlProductID}
|
||||||
hostedCal={hostedCal}
|
hostedCal={hostedCal}
|
||||||
|
|
Loading…
Reference in New Issue