diff --git a/client/pages/Staff.tsx b/client/pages/Staff.tsx index cdb09c5a..3266f870 100644 --- a/client/pages/Staff.tsx +++ b/client/pages/Staff.tsx @@ -39,7 +39,7 @@ export default function Staff() { title: "Sign in required", description: "Staff area requires authentication", }); - navigate("/login"); + navigate("/onboarding"); return; } if (!hasAccess) {