From 57bbcd43245d2330a0e7292c313c5a5e778ba490 Mon Sep 17 00:00:00 2001 From: Dionizio Alves Ferreira Date: Sat, 6 Dec 2025 11:32:24 -0300 Subject: [PATCH] Update components/auth/login-form.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- components/auth/login-form.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/auth/login-form.tsx b/components/auth/login-form.tsx index 0f24d14..e487e5e 100644 --- a/components/auth/login-form.tsx +++ b/components/auth/login-form.tsx @@ -59,7 +59,6 @@ export function LoginForm({ className, ...props }: DivProps) { toast.error("Ocorreu uma falha na requisição. Tente novamente mais tarde."); } - setError(ctx.error.message); setLoadingEmail(false); },