mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-proto-openvpn: align askpass parameter with proto handler
the proto handlers look for `askpass` which is a file type param. Closes #8630 Signed-off-by: David Perez <d4v1dp3@gmail.com> Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -953,7 +953,7 @@ const openvpnOptions = [
|
||||
tab: 'cryptography',
|
||||
type: form.FileUpload,
|
||||
root_directory: '/etc',
|
||||
name: 'askpass_file',
|
||||
name: 'askpass',
|
||||
label: _('Get certificate password from file before we daemonize')
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user