Commented out currently unusable code
This commit is contained in:
parent
d24666362d
commit
1eb85cc7f6
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ export class AccountEditComponent implements OnInit {
|
|||
postcode : ['', [Validators.required]],
|
||||
password : ['', [Validators.required]],
|
||||
new_password : [''],
|
||||
profile_picture : [''],
|
||||
// profile_picture : [''],
|
||||
});
|
||||
this.settingOrganisationForm = this.formBuilder.group({
|
||||
name : ['', [Validators.required]],
|
||||
|
|
Reference in a new issue