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/home.component.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/home.component.ts b/securis/src/main/webapp/src/app/home.component.ts
index de7dfb2..984e1ae 100644
--- a/securis/src/main/webapp/src/app/home.component.ts
+++ b/securis/src/main/webapp/src/app/home.component.ts
@@ -53,7 +53,6 @@
   }
 
   ngOnInit(): void {
-      this.router.navigateByUrl('nomenu/login');
   }
 
   ngAfterViewInit(): void {

--
Gitblit v1.3.2