refactor: add docker-compose in the gitignore

This commit is contained in:
Pierre Ryssen
2026-03-10 14:30:30 +01:00
parent 6c857b67a5
commit 0dca836cf5
2 changed files with 9 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export default function AuthPage() {
});
if (result?.ok) {
router.push("/dashboard");
window.location.href = "/dashboard";
} else {
setLoginError("Email ou mot de passe incorrect.");
setLoginLoading(false);