From 9dd9806fd85d05e42721128a29d9b0f6093e6533 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 24 Sep 2025 10:43:44 +0800 Subject: [PATCH] fix:username --- luci-app-zzz/luasrc/model/cbi/zzz.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-zzz/luasrc/model/cbi/zzz.lua b/luci-app-zzz/luasrc/model/cbi/zzz.lua index 3d96f7b..2195201 100644 --- a/luci-app-zzz/luasrc/model/cbi/zzz.lua +++ b/luci-app-zzz/luasrc/model/cbi/zzz.lua @@ -53,7 +53,7 @@ control_buttons.cfgvalue = function() end -- Username -o = s:option(Value, "user", "用户名", "802.1x 认证用户名") +o = s:option(Value, "username", "用户名", "802.1x 认证用户名") o.password = true o.rmempty = false