Update components/auth/login-form.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dionizio Alves Ferreira
2025-12-06 11:32:24 -03:00
committed by GitHub
parent 84d7115a77
commit 57bbcd4324

View File

@@ -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);
},