diff --git a/web/src/app/components/nav-bar/nav-bar.component.ts b/web/src/app/components/nav-bar/nav-bar.component.ts index da5f32911..ab3f74be7 100644 --- a/web/src/app/components/nav-bar/nav-bar.component.ts +++ b/web/src/app/components/nav-bar/nav-bar.component.ts @@ -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 {