mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Merge pull request #561 from Alfresco/dev-mvitale-550
fix the function call
This commit is contained in:
@@ -38,7 +38,7 @@ export class AlfrescoAuthenticationECM extends AlfrescoAuthenticationBase implem
|
||||
private http: Http) {
|
||||
super(alfrescoSettingsService, http);
|
||||
|
||||
if (!this.isLoggedIn) {
|
||||
if (!this.isLoggedIn()) {
|
||||
this.alfrescoApi = new AlfrescoApi({
|
||||
host: this.getHost()
|
||||
});
|
||||
|
Reference in New Issue
Block a user