diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index eb53c65c..7b0b8fb7 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -21,7 +21,8 @@ export const routes: Routes = [ children: [ { path: '', - component: NbLoginComponent, + redirectTo: 'login', + pathMatch: 'full', }, { path: 'login',