Skip to content

Commit c00316d

Browse files
committed
[DSC-2506] Remove top level guard from admin routes
1 parent 21b5577 commit c00316d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const APP_ROUTES: Route[] = [
172172
path: ADMIN_MODULE_PATH,
173173
loadChildren: () => import('./admin/admin-routes')
174174
.then((m) => m.ROUTES),
175-
canActivate: [siteAdministratorGuard, endUserAgreementCurrentUserGuard],
175+
canActivate: [endUserAgreementCurrentUserGuard],
176176
},
177177
{
178178
path: NOTIFICATIONS_MODULE_PATH,

0 commit comments

Comments
 (0)