Index: pages/auth/login/+Page.tsx
===================================================================
--- pages/auth/login/+Page.tsx	(revision 40ac7a920a0b08c324bf4201b03a36483cc3aad4)
+++ pages/auth/login/+Page.tsx	(revision 1bf6e1f519ad45c39ba56ccdc473328a666f1335)
@@ -26,5 +26,5 @@
             setError("Invalid username or password");
         } else {
-            window.location.href = "/dashboard/user";
+            window.location.href = "/";
         }
     };
