From 07c06d2d5fd8c16a08d685115b774bffa10539fe Mon Sep 17 00:00:00 2001 From: marcio1002 Date: Tue, 30 Jan 2024 10:20:09 -0300 Subject: [PATCH] =?UTF-8?q?Removendo=20modifica=C3=A7=C3=A3o=20do=20valor?= =?UTF-8?q?=20no=20input=20email=20da=20tela=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d5d8632..b367b06 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -155,7 +155,7 @@ export default function Home() { value={email} variant="outlined" onKeyDown={(e) => e.key === 'Enter' && field.current.children[0].focus()} - onChange={(value) => setEmail(value.target.value.toLowerCase())} + onChange={(value) => setEmail(value.target.value.trim())} /> Senha