Commented out currently unusable code

This commit is contained in:
piratefinn 2017-09-04 16:15:32 +01:00
parent d24666362d
commit 1eb85cc7f6
2 changed files with 3 additions and 3 deletions

View file

@ -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]],