From 7399d6421ef1743453d2c55288ce3abff35199d5 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 6 May 2022 15:29:54 -0600 Subject: [PATCH] Form warning fixes --- apps/web/pages/auth/login.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/auth/login.tsx b/apps/web/pages/auth/login.tsx index 94f25ea0..5597ee5c 100644 --- a/apps/web/pages/auth/login.tsx +++ b/apps/web/pages/auth/login.tsx @@ -118,8 +118,14 @@ export default function Login({ .catch(() => setErrorMessage(errorMessages[ErrorCode.InternalServerError])); }} data-testid="login-form"> - - +
+ +