Update src/app/login/page.tsx

This commit is contained in:
2026-03-11 19:53:50 +00:00
parent b515f24749
commit d56cd08150

View File

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