This commit is contained in:
Naced 2024-11-29 00:49:33 +00:00 committed by GitHub
commit d783999711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,8 @@ export const routes: Routes = [
children: [ children: [
{ {
path: '', path: '',
component: NbLoginComponent, redirectTo: 'login',
pathMatch: 'full',
}, },
{ {
path: 'login', path: 'login',