From 345911ee11dd8979bb3b9b30140ab534746fb777 Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Wed, 21 Aug 2024 21:30:30 +0800 Subject: [PATCH] fix(server): fix typo --- htdocs/luci-static/resources/view/homeproxy/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/luci-static/resources/view/homeproxy/server.js b/htdocs/luci-static/resources/view/homeproxy/server.js index b3d5f64b..21bb3f92 100644 --- a/htdocs/luci-static/resources/view/homeproxy/server.js +++ b/htdocs/luci-static/resources/view/homeproxy/server.js @@ -277,7 +277,7 @@ return view.extend({ o.depends('type', 'tuic'); o.modalonly = true; - o = s.option(form.ListValue, 'tuic_auth_timeout', _('Auth timeout'), + o = s.option(form.Value, 'tuic_auth_timeout', _('Auth timeout'), _('How long the server should wait for the client to send the authentication command (in seconds).')); o.datatype = 'uinteger'; o.default = '3';