mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
[DURACOM-191] change routing for logout-page
This commit is contained in:
@@ -163,8 +163,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
|
||||
},
|
||||
{
|
||||
path: 'logout',
|
||||
loadChildren: () => import('./logout-page/logout-page.module')
|
||||
.then((m) => m.LogoutPageModule)
|
||||
loadChildren: () => import('./logout-page/logout-page-routes')
|
||||
.then((m) => m.ROUTES)
|
||||
},
|
||||
{
|
||||
path: 'submit',
|
||||
|
Reference in New Issue
Block a user