Procházet zdrojové kódy

User Management email update

master
30117125 před 5 roky
rodič
revize
68a14068b9
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      src/components/user/updateProfileInfo.vue

+ 1
- 0
src/components/user/updateProfileInfo.vue Zobrazit soubor

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

Načítá se…
Zrušit
Uložit