show email in QrCode

This commit is contained in:
Alireza Ahmadi
2023-05-15 19:32:59 +02:00
parent 0c4bf6fac8
commit 8a9b3eddfe
3 changed files with 3 additions and 2 deletions

View File

@@ -693,6 +693,7 @@
}
},
showQrcode(dbInbound, clientIndex) {
const clientName = JSON.parse(dbInbound.settings).clients[clientIndex].email;
const link = dbInbound.genLink(clientIndex);
qrModal.show('{{ i18n "qrCode"}}', link, dbInbound, '', clientName);
},