mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ci:force] - recreate lock
This commit is contained in:
@@ -436,7 +436,9 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
|
|||||||
if (this.isEcmConfiguration()) {
|
if (this.isEcmConfiguration()) {
|
||||||
const contentPromise = this.contentAuth.logout();
|
const contentPromise = this.contentAuth.logout();
|
||||||
contentPromise.then(
|
contentPromise.then(
|
||||||
() => (this.config.ticket = undefined),
|
(): void => {
|
||||||
|
this.config.ticket = undefined;
|
||||||
|
},
|
||||||
() => {}
|
() => {}
|
||||||
);
|
);
|
||||||
return contentPromise;
|
return contentPromise;
|
||||||
|
Reference in New Issue
Block a user