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

This reverts commit 3d685eb4ae.
pull/2068/head
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
1 changed files with 1 additions and 1 deletions

View File

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