Allow recruiters to see admin pages #206

Merged
Ajdj100 merged 2 commits from Recruiter-Permission-Fix into main 2026-03-21 18:42:31 -05:00
Showing only changes of commit dd2ac19e4a - Show all commits

View File

@@ -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') },