fix to previous commit
This commit is contained in:
parent
23b5dbde6e
commit
439ac5494c
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ export class RegisterComponent {
|
|||
});
|
||||
this.organisationForm = new ValidationManager({
|
||||
name: 'required',
|
||||
name: 'sector',
|
||||
sector: 'required',
|
||||
street_name: 'required',
|
||||
town: 'required',
|
||||
postcode: 'required',
|
||||
|
@ -101,7 +101,7 @@ export class RegisterComponent {
|
|||
email: signupForm.email,
|
||||
password: signupForm.password,
|
||||
name: organisationForm.name,
|
||||
name: organisationForm.sector,
|
||||
sector: organisationForm.sector,
|
||||
street_name: organisationForm.street_name,
|
||||
town: organisationForm.town,
|
||||
postcode: organisationForm.postcode,
|
||||
|
|
Reference in a new issue