mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
AAE-25817 Fix for initializing alfresco API (#10184)
This commit is contained in:
@@ -57,7 +57,7 @@ export class AlfrescoApiService {
|
|||||||
await this.mapAlfrescoApiOpenIdConfig();
|
await this.mapAlfrescoApiOpenIdConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.initAlfrescoApiWithConfig();
|
this.initAlfrescoApi();
|
||||||
this.alfrescoApiInitialized.next(true);
|
this.alfrescoApiInitialized.next(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user