Browse Source

Fix registerIndividual insert

master
Brian Conway 2 years ago
parent
commit
ab897683cb
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/components/user/registerIndividual.vue

+ 0
- 1
src/components/user/registerIndividual.vue View File

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
       ) {

Loading…
Cancel
Save