mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#534 login customisation support
This commit is contained in:
@@ -41,11 +41,15 @@ export class AlfrescoLoginComponent {
|
||||
|
||||
isPasswordShow: boolean = false;
|
||||
|
||||
@Input()
|
||||
logoImageUrl: string;
|
||||
|
||||
@Input()
|
||||
providers: string [] ;
|
||||
|
||||
@Output()
|
||||
onSuccess = new EventEmitter();
|
||||
|
||||
@Output()
|
||||
onError = new EventEmitter();
|
||||
|
||||
@@ -55,8 +59,7 @@ export class AlfrescoLoginComponent {
|
||||
|
||||
formError: { [id: string]: string };
|
||||
|
||||
private _message: { [id: string]: { [id: string]: string }
|
||||
};
|
||||
private _message: { [id: string]: { [id: string]: string } };
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
@@ -91,7 +94,6 @@ export class AlfrescoLoginComponent {
|
||||
translate.addTranslationFolder('node_modules/ng2-alfresco-login/dist/src');
|
||||
|
||||
this.form.valueChanges.subscribe(data => this.onValueChanged(data));
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user