Browse Source

User Management email update

master
30117125 4 years ago
parent
commit
68a14068b9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/user/updateProfileInfo.vue

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

504
       this.individual.address.postalCode = address.postalCode;
504
       this.individual.address.postalCode = address.postalCode;
505
     },
505
     },
506
     sendToApi() {
506
     sendToApi() {
507
+      this.individual.emailAddress = this.individual.email;
507
       if (
508
       if (
508
         this.individual.user.role === "Agency" ||
509
         this.individual.user.role === "Agency" ||
509
         this.individual.user.role === "Agent" ||
510
         this.individual.user.role === "Agent" ||

Loading…
Cancel
Save