Revert "Bugfix/login failure due email capitalisation (#1884)" (#2143)

This reverts commit 3d685eb4ae.
This commit is contained in:
Bailey Pumfleet 2022-03-14 11:53:13 +00:00 committed by GitHub
parent 3d685eb4ae
commit fd6b2c57cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}