fix change provider

This commit is contained in:
Eugenio Romano
2016-08-17 21:13:21 +01:00
parent f63b8700b4
commit 124b6971ac

View File

@@ -80,6 +80,7 @@ export class AlfrescoAuthenticationService {
* @returns {*|Observable<any>}
*/
private callApiLogin(username: string, password: string) {
this.alfrescoApi.config.provider = this.alfrescoSetting.getProviders();
return this.alfrescoApi.login(username, password);
}