diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:01:41 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:01:41 +0300 |
| commit | 1fa9101b405ad1ba0127317ea4f8a151048b97ee (patch) | |
| tree | e03a93684953b3473a717a283953464bf368008a /web/html/xui/inbounds.html | |
| parent | 3f2e1aede90984d3bafab377509f712e5ce51ec0 (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.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); |
