From dbceb1f52259ecc2a9f026fd4d61f5bf63d61c02 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:27:10 +0000 Subject: [PATCH] completionId: cgen-94cc77e81b7044e3b3c7489830d80b8c cgen-94cc77e81b7044e3b3c7489830d80b8c --- client/pages/StaffDashboard.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/pages/StaffDashboard.tsx b/client/pages/StaffDashboard.tsx index b184a945..eae0ce40 100644 --- a/client/pages/StaffDashboard.tsx +++ b/client/pages/StaffDashboard.tsx @@ -39,7 +39,7 @@ export default function StaffDashboard() { title: "Sign in required", description: "Staff area requires authentication", }); - navigate("/staff/login"); + navigate("/admin"); return; } if (!hasAccess) { @@ -192,16 +192,16 @@ export default function StaffDashboard() { @@ -215,10 +215,10 @@ export default function StaffDashboard() { @@ -229,13 +229,13 @@ export default function StaffDashboard() {