Skip to content

Commit

Permalink
AAE-25817 Fix for initializing alfresco API (#10184)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Sep 9, 2024
1 parent e617333 commit 7506c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class AlfrescoApiService {
await this.mapAlfrescoApiOpenIdConfig();
}

this.initAlfrescoApiWithConfig();
this.initAlfrescoApi();
this.alfrescoApiInitialized.next(true);
}

Expand Down

0 comments on commit 7506c10

Please sign in to comment.