From 3d685eb4ae79f06b12e2e77ed64568bbaae20f4a Mon Sep 17 00:00:00 2001 From: Jonathan Ng Date: Mon, 14 Mar 2022 19:45:22 +0800 Subject: [PATCH] Bugfix/login failure due email capitalisation (#1884) * convert the email to lowercase this code will prevent the email check from failing if the user email contain capitalisation. * Updated Readme to contain warning. * Revert "Updated Readme to contain warning." This reverts commit c406587c73c07c613d1c8091bfdd17bd691b00e8. Co-authored-by: Bailey Pumfleet --- apps/web/pages/auth/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/auth/login.tsx b/apps/web/pages/auth/login.tsx index f9212ed4..5fe58567 100644 --- a/apps/web/pages/auth/login.tsx +++ b/apps/web/pages/auth/login.tsx @@ -174,7 +174,7 @@ export default function Login({ )} {isSAMLLoginEnabled && (