diff options
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index a66e84a9..b15798d4 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -746,9 +746,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); + qrModal.show('{{ i18n "qrCode"}}', dbInbound, clientIndex); }, showInfo(dbInbound, index) { infoModal.show(dbInbound, index); |
