From c428b6022ca6b3a1da4f5d9ad71f603267814c00 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 04:17:37 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/torguard/tgsstp.lua' --- luasrc/model/cbi/torguard/tgsstp.lua | 1 - 1 file changed, 1 deletion(-) 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