Skip to content

Commit

Permalink
fix(server): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Aug 22, 2024
1 parent 2f4fe9a commit 345911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 345911e

Please sign in to comment.