AAE-25817 Fix for initializing alfresco API (#10184)

This commit is contained in:
Bartosz Sekula 2024-09-09 05:45:37 -04:00 committed by GitHub
parent e617333f00
commit 7506c109d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ export class AlfrescoApiService {
await this.mapAlfrescoApiOpenIdConfig();
}
this.initAlfrescoApiWithConfig();
this.initAlfrescoApi();
this.alfrescoApiInitialized.next(true);
}