Skip to content

Commit d9fa397

Browse files
[DSC-2506] Adds authGuard for /admin route pages
1 parent 1c2218d commit d9fa397

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
@@ -171,7 +171,7 @@ export const APP_ROUTES: Route[] = [
171171
path: ADMIN_MODULE_PATH,
172172
loadChildren: () => import('./admin/admin-routes')
173173
.then((m) => m.ROUTES),
174-
canActivate: [endUserAgreementCurrentUserGuard],
174+
canActivate: [authenticatedGuard, endUserAgreementCurrentUserGuard],
175175
},
176176
{
177177
path: NOTIFICATIONS_MODULE_PATH,

0 commit comments

Comments
 (0)