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