rsanchez
2017-03-15 259d989404ffbb541b26d7fb687581e2b57111ae
securis/src/main/webapp/src/app/login.form.component.ts
....@@ -26,7 +26,7 @@
2626 public login() {
2727 this.userService.login(this.data.username, this.data.password).subscribe(
2828 token => {
29
- this.router.navigateByUrl("packs");
29
+ this.router.navigateByUrl("menu/packs");
3030 },
3131 errMsg => this.toaster.error(errMsg, 'Login error'));
3232 }