[DURACOM-191] change routing for profile-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:05:33 +01:00
parent ca09cfb07b
commit 7f3739f7ed
6 changed files with 15 additions and 60 deletions

View File

@@ -192,8 +192,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: PROFILE_MODULE_PATH,
loadChildren: () => import('./profile-page/profile-page.module')
.then((m) => m.ProfilePageModule),
loadChildren: () => import('./profile-page/profile-page-routes')
.then((m) => m.ROUTES),
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
},
{