Update 'luasrc/model/cbi/torguard/tganyconnect.lua'

main
ben 1 year ago
parent 59056e9032
commit 9fafcfe05d

@ -14,7 +14,6 @@ s.addremove = false
-- Define the input fields for the AnyConnect settings -- Define the input fields for the AnyConnect settings
user = s:option(Value, "username", translate("VPN Username")) user = s:option(Value, "username", translate("VPN Username"))
pass = s:option(Value, "password", translate("VPN Password")) pass = s:option(Value, "password", translate("VPN Password"))
pass.password = true
svr = s:option(ListValue, "server", translate("VPN Server")) svr = s:option(ListValue, "server", translate("VPN Server"))
-- Add all servers here -- Add all servers here

Loading…
Cancel
Save