TSK-624 Redirect to logout page on logout
- Logout button is correctly redirecting to logout page.
This commit is contained in:
parent
c17ebe7dc0
commit
97fd656eda
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue