[DURACOM-191] change routing for logout-page

This commit is contained in:
Andrea Barbasso
2024-01-10 16:52:31 +01:00
parent dae3659ed6
commit fe23afe896
4 changed files with 14 additions and 37 deletions

View File

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