change child route behaviour

This commit is contained in:
rubikscraft
2022-03-16 22:27:03 +01:00
parent f2663ee76b
commit 5f1cf2911f
30 changed files with 204 additions and 88 deletions

View File

@@ -66,7 +66,7 @@ export class HeaderComponent implements OnInit {
}
doLogin() {
this.router.navigate(['/login']);
this.router.navigate(['/user/login']);
}
doLogout() {