This reverts commit 3d685eb4ae
.
This commit is contained in:
parent
3d685eb4ae
commit
fd6b2c57cb
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ export default function Login({
|
|||
)}
|
||||
{isSAMLLoginEnabled && (
|
||||
<SAMLLogin
|
||||
email={form.getValues("email").toLowerCase()}
|
||||
email={form.getValues("email")}
|
||||
samlTenantID={samlTenantID}
|
||||
samlProductID={samlProductID}
|
||||
hostedCal={hostedCal}
|
||||
|
|
Loading…
Reference in a new issue