merge multi user with IP Limit

This commit is contained in:
Hossin Asaadi
2022-11-09 06:49:03 -05:00
parent 1cc1497378
commit ddd1b71fa9
7 changed files with 216 additions and 39 deletions

View File

@@ -324,7 +324,7 @@
},
showQrcode(dbInbound) {
const link = dbInbound.genLink();
qrModal.show('{{ i18n "qrCode"}}', link);
qrModal.show('{{ i18n "qrCode"}}', link, dbInbound);
},
showInfo(dbInbound) {
infoModal.show(dbInbound);