diff --git a/lib/core/services/authentication.service.ts b/lib/core/services/authentication.service.ts index 1c46b918c3..8304a5f44c 100644 --- a/lib/core/services/authentication.service.ts +++ b/lib/core/services/authentication.service.ts @@ -112,8 +112,6 @@ export class AuthenticationService { * @returns Response event called when logout is complete */ logout() { - this.alfrescoApi.getInstance().invalidateSession(); - return Observable.fromPromise(this.callApiLogout()) .do(response => { this.onLogout.next(response);