From 538fc9b3656afe260af74a71828e15aa069e1434 Mon Sep 17 00:00:00 2001 From: Ali Rahimi Date: Tue, 23 Jan 2024 11:00:21 +0100 Subject: add single client bug fixed (#1664) --- web/html/xui/inbounds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index e5d4b821..faff7a0f 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -964,7 +964,7 @@ settings: '{"clients": [' + clients.toString() + ']}', }; - await this.submit(`/panel/inbound/addClient`, data, true) + await this.submit(`/panel/inbound/addClient`, data) }, async addGroupClient(clients, dbInboundIds) { -- cgit v1.2.3