Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html4
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);