diff --git a/ui/src/router/index.ts b/ui/src/router/index.ts index eed6128..ae2d21d 100644 --- a/ui/src/router/index.ts +++ b/ui/src/router/index.ts @@ -33,7 +33,7 @@ const router = createRouter({ // ADMIN / STAFF ROUTES { path: '/administration', - meta: { requiresAuth: true, memberOnly: true, roles: ['17th Administrator', '17th HQ', '17th Command'] }, + meta: { requiresAuth: true, memberOnly: true, roles: ['17th Administrator', '17th HQ', '17th Command', '17th Recruiter'] }, children: [ { path: 'applications', component: () => import('@/pages/ManageApplications.vue') }, { path: 'applications/:id', component: () => import('@/pages/ManageApplications.vue') },