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