mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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