|
|
|
|
338
|
this.indivUser.username &&
|
338
|
this.indivUser.username &&
|
339
|
this.indivUser.password &&
|
339
|
this.indivUser.password &&
|
340
|
this.indivUser.password === this.indivUser.confirmPassword &&
|
340
|
this.indivUser.password === this.indivUser.confirmPassword &&
|
341
|
- this.validEmail(this.indiviUser.email) &&
|
|
|
342
|
this.validPhoneNumber(this.indivUser.cellNumber) &&
|
341
|
this.validPhoneNumber(this.indivUser.cellNumber) &&
|
343
|
this.validPhoneNumber(this.indivUser.telephone)
|
342
|
this.validPhoneNumber(this.indivUser.telephone)
|
344
|
) {
|
343
|
) {
|