luci-proto-openvpn: fix formating of openvpn template option

Add missing ',' in new option formating.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2026-03-03 13:59:30 +01:00
parent b7ad8af90b
commit 8c2ddb68e1

View File

@@ -1178,7 +1178,7 @@ const openvpnOptions = [
{
tab: 'cryptography',
type: form.Flag,
name: 'single_session'
name: 'single_session',
datatype: 'uinteger',
label: _('Allow only one session'),
default: 0