[DURACOM-191] change routing for forgot-password, delete forgot-password.module.ts

This commit is contained in:
Andrea Barbasso
2024-01-10 10:51:00 +01:00
parent d73fc0f073
commit 1145c01ba9
5 changed files with 28 additions and 65 deletions

View File

@@ -92,8 +92,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: FORGOT_PASSWORD_PATH,
loadChildren: () => import('./forgot-password/forgot-password.module')
.then((m) => m.ForgotPasswordModule),
loadChildren: () => import('./forgot-password/forgot-password-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{