From 8b065a16255902b5746c7fd3d49a10b8aa4e5614 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 21 Jun 2018 17:30:07 +0100 Subject: [PATCH] remove invalidation session because is concern of the js-api --- lib/core/services/authentication.service.ts | 2 -- 1 file changed, 2 deletions(-) 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);