Add required field to Auth Key setting (#496)

This commit is contained in:
Greelan
2023-10-28 09:14:04 +11:00
committed by GitHub
parent 93c6cbdfe7
commit d7ee2eb1cd

View File

@ -26,6 +26,7 @@
"InputType": "text", "InputType": "text",
"ParamFieldName": "General.AuthKey", "ParamFieldName": "General.AuthKey",
"DefaultValue": "", "DefaultValue": "",
"Required": true,
"EnumValues": {} "EnumValues": {}
}, },
{ {