mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'master' into w2p-71429_Features-support-part-1
Conflicts: src/app/+admin/admin-sidebar/admin-sidebar.component.ts src/app/app-routing.module.ts src/app/core/core.module.ts
This commit is contained in:
@@ -122,6 +122,7 @@ export function getUnauthorizedPath() {
|
||||
path: PROFILE_MODULE_PATH,
|
||||
loadChildren: './profile-page/profile-page.module#ProfilePageModule', canActivate: [AuthenticatedGuard]
|
||||
},
|
||||
{ path: 'processes', loadChildren: './process-page/process-page.module#ProcessPageModule', canActivate: [AuthenticatedGuard] },
|
||||
{ path: UNAUTHORIZED_PATH, component: UnauthorizedComponent },
|
||||
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
|
||||
],
|
||||
|
Reference in New Issue
Block a user