From b9ac8d9ee3a8f5fa39072dcef7268eebce9cbc51 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 23:38:14 +0330 Subject: [PATCH] bug fixed --- web/html/xui/inbound_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html index 8d72ca2f..0c2be412 100644 --- a/web/html/xui/inbound_modal.html +++ b/web/html/xui/inbound_modal.html @@ -77,7 +77,7 @@ this.inModal.inbound.tls = false; } }, - addClient(protocol, clients) { + addClient(protocol,value, clients) { switch (protocol) { case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess()); case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());