This commit is contained in:
estifanos
2026-08-17 07:13:34 +00:00
parent 2341f90107
commit 28ae9f393d
2 changed files with 2 additions and 2 deletions

View File

@@ -403,6 +403,6 @@ export const router = createBrowserRouter([
},
// A typo'd URL should not maroon a signed-in user on the marketing page —
// ProtectedRoute sends anonymous visitors on to /login exactly as before.
// ProtectedRoute sends anonymous visitors on to / (landing) instead.
{ path: "*", element: <Navigate to="/dashboard" replace /> },
]);