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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-05-22 17:01:41 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-22 17:01:41 +0300
commit1fa9101b405ad1ba0127317ea4f8a151048b97ee (patch)
treee03a93684953b3473a717a283953464bf368008a /web/html/xui/inbounds.html
parent3f2e1aede90984d3bafab377509f712e5ce51ec0 (diff)
[feature] add multi domain tls (CDN ready)
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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);