mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove invalidation session because is concern of the js-api
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user