TSK-624 Redirect to logout page on logout

- Logout button is correctly redirecting to logout page.
This commit is contained in:
Martin Rojas Miguel Angel 2018-07-11 14:04:22 +02:00
parent c17ebe7dc0
commit 97fd656eda
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export class NavBarComponent implements OnInit, OnDestroy {
logout() {
this.window.nativeWindow.location.href = environment.taskanaRestUrl + '/login?logout';
this.window.nativeWindow.location.href = environment.taskanaRestUrl + '/logout';
}
showDomainSelector(): boolean {