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,7 +338,6 @@ export default {
338 338
         this.indivUser.username &&
339 339
         this.indivUser.password &&
340 340
         this.indivUser.password === this.indivUser.confirmPassword &&
341
-        this.validEmail(this.indiviUser.email) &&
342 341
         this.validPhoneNumber(this.indivUser.cellNumber) &&
343 342
         this.validPhoneNumber(this.indivUser.telephone)
344 343
       ) {

Loading…
Cancel
Save