From abaf75fb294a796fc6c99904ab3b47a2367a3792 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 16 Mar 2017 09:03:22 +0000
Subject: [PATCH] #3527 fix - Added logout button and routing refactoring
---
securis/src/main/webapp/src/app/login.form.component.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/src/app/login.form.component.ts b/securis/src/main/webapp/src/app/login.form.component.ts
index c89259b..972ac97 100644
--- a/securis/src/main/webapp/src/app/login.form.component.ts
+++ b/securis/src/main/webapp/src/app/login.form.component.ts
@@ -26,7 +26,7 @@
public login() {
this.userService.login(this.data.username, this.data.password).subscribe(
token => {
- this.router.navigateByUrl("menu/packs");
+ this.router.navigateByUrl("packs");
},
errMsg => this.toaster.error(errMsg, 'Login error'));
}
--
Gitblit v1.3.2