Kain_Stropov hace 5 años
padre
commit
1512481479
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/js/components/pages/ClientEntrance.vue

+ 1 - 1
resources/js/components/pages/ClientEntrance.vue

@@ -283,7 +283,7 @@ export default {
                                 meeting_name: this.meetingName,
                                 meeting_uid: this.meetingUid,
                                 user: {
-                                    name: `${this.firstName} ${this.lastName}`,
+                                    name: `${this.user.firstName} ${this.user.lastName}`,
                                     type: "STRANGER",
                                     uid: this.clientUid
                                 }