[DURACOM-191] change routing for login-page

This commit is contained in:
Andrea Barbasso
2024-01-10 16:46:55 +01:00
parent 6136d5dc92
commit dae3659ed6
4 changed files with 21 additions and 38 deletions

View File

@@ -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',