Ver código fonte

User Management email update

master
30117125 4 anos atrás
pai
commit
68a14068b9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/components/user/updateProfileInfo.vue

+ 1
- 0
src/components/user/updateProfileInfo.vue Ver arquivo

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" ||

Carregando…
Cancelar
Salvar