From 74c9b7bc397135d326238d43b1f611231b781f1f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:40:34 +0000 Subject: [PATCH] Unify unauthorized redirect to onboarding in Staff cgen-9d92642467654f27819cc33a6a8119f3 --- client/pages/Staff.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {