securis/src/main/webapp/src/app/login.form.component.ts
.. .. @@ -26,7 +26,7 @@ 26 26 public login() { 27 27 this.userService.login(this.data.username, this.data.password).subscribe( 28 28 token => { 29 - this.router.navigateByUrl("packs");29 + this.router.navigateByUrl("menu/packs");30 30 }, 31 31 errMsg => this.toaster.error(errMsg, 'Login error')); 32 32 }