We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b5577 commit c00316dCopy full SHA for c00316d
1 file changed
src/app/app-routes.ts
@@ -172,7 +172,7 @@ export const APP_ROUTES: Route[] = [
172
path: ADMIN_MODULE_PATH,
173
loadChildren: () => import('./admin/admin-routes')
174
.then((m) => m.ROUTES),
175
- canActivate: [siteAdministratorGuard, endUserAgreementCurrentUserGuard],
+ canActivate: [endUserAgreementCurrentUserGuard],
176
},
177
{
178
path: NOTIFICATIONS_MODULE_PATH,
0 commit comments