From 1fa9101b405ad1ba0127317ea4f8a151048b97ee Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 22 May 2023 17:31:41 +0330 Subject: [feature] add multi domain tls (CDN ready) Co-Authored-By: Alireza Ahmadi --- web/html/xui/inbounds.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/html/xui/inbounds.html') 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); -- cgit v1.2.3