mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
name unify for setting import
This commit is contained in:
@@ -69,12 +69,12 @@ export class AlfrescoLoginComponent {
|
||||
* Constructor
|
||||
* @param _fb
|
||||
* @param authService
|
||||
* @param settingService
|
||||
* @param settingsService
|
||||
* @param translate
|
||||
*/
|
||||
constructor(private _fb: FormBuilder,
|
||||
public authService: AlfrescoAuthenticationService,
|
||||
public settingService: AlfrescoSettingsService,
|
||||
public settingsService: AlfrescoSettingsService,
|
||||
private translate: AlfrescoTranslationService) {
|
||||
|
||||
this.formError = {
|
||||
@@ -113,7 +113,7 @@ export class AlfrescoLoginComponent {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
this.settingService.setProviders(this.providers);
|
||||
this.settingsService.setProviders(this.providers);
|
||||
|
||||
this.authService.login(value.username, value.password)
|
||||
.subscribe(
|
||||
|
Reference in New Issue
Block a user