Sfoglia il codice sorgente

Fix registerIndividual insert

master
Brian Conway 2 anni fa
parent
commit
ab897683cb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/components/user/registerIndividual.vue

+ 0
- 1
src/components/user/registerIndividual.vue Vedi 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…
Annulla
Salva