diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 6bf040a..166c52e 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -51,8 +51,6 @@ export default function LoginPage() { // Redirect to dashboard window.location.href = "/dashboard"; } - } catch (err) { - setError("Erro ao fazer login. Tente novamente."); } finally { setIsLoading(false); }