mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed code issues
This commit is contained in:
parent
baa0d60e5e
commit
5d9f65cd92
@ -23,7 +23,7 @@ export class Login {
|
||||
|
||||
constructor(fb: FormBuilder, public auth: Authentication, public router: Router) {
|
||||
this.form = fb.group({
|
||||
username: ['', Validators.compose([Validators.required, Validators.minLength(4)]);
|
||||
username: ['', Validators.compose([Validators.required, Validators.minLength(4)])],
|
||||
password: ['', Validators.required]
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user