implemented new polling system for user account changes

This commit is contained in:
2025-12-14 16:46:02 -05:00
parent 9b337e6813
commit 2a2c2e1cb5
3 changed files with 63 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ const router = createRouter({
// ADMIN / STAFF ROUTES
{
path: '/administration',
meta: { requiresAuth: true, memberOnly: true, roles: ['staff', 'admin'] },
meta: { requiresAuth: true, memberOnly: true, roles: ['17th Administrator', '17th HQ', '17th Command'] },
children: [
{ path: 'applications', component: () => import('@/pages/ManageApplications.vue') },
{ path: 'applications/:id', component: () => import('@/pages/ManageApplications.vue') },