diff --git a/luasrc/model/cbi/torguard/tgsstp.lua b/luasrc/model/cbi/torguard/tgsstp.lua index b6ee68e..cb051dd 100644 --- a/luasrc/model/cbi/torguard/tgsstp.lua +++ b/luasrc/model/cbi/torguard/tgsstp.lua @@ -14,7 +14,6 @@ s.addremove = false -- Define the input fields for the SSTP settings user = s:option(Value, "username", translate("VPN Username")) pass = s:option(Value, "password", translate("VPN Password")) -pass.password = true svr = s:option(ListValue, "server", translate("VPN Server")) -- Add all servers here