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() {