File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import { authBlockingGuard } from './core/auth/auth-blocking.guard';
3131import { authenticatedGuard } from './core/auth/authenticated.guard' ;
3232import { notAuthenticatedGuard } from './core/auth/not-authenticated.guard' ;
3333import { groupAdministratorGuard } from './core/data/feature-authorization/feature-authorization-guard/group-administrator.guard' ;
34- import { siteAdministratorGuard } from './core/data/feature-authorization/feature-authorization-guard/site-administrator.guard' ;
3534import { siteRegisterGuard } from './core/data/feature-authorization/feature-authorization-guard/site-register.guard' ;
3635import { endUserAgreementCurrentUserGuard } from './core/end-user-agreement/end-user-agreement-current-user.guard' ;
3736import { reloadGuard } from './core/reload/reload.guard' ;
@@ -291,7 +290,7 @@ export const APP_ROUTES: Route[] = [
291290 {
292291 path : 'auditlogs' ,
293292 loadChildren : ( ) => import ( './audit-page/audit-page-routes' ) . then ( ( m ) => m . ROUTES ) ,
294- canActivate : [ siteAdministratorGuard , endUserAgreementCurrentUserGuard ] ,
293+ canActivate : [ authenticatedGuard , endUserAgreementCurrentUserGuard ] ,
295294 } ,
296295 {
297296 path : BULK_IMPORT_PATH ,
You can’t perform that action at this time.
0 commit comments