From d7ee2eb1cdd43edc75ca11b01de9e103a1706a90 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:14:04 +1100 Subject: [PATCH] Add required field to Auth Key setting (#496) --- beammpconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/beammpconfig.json b/beammpconfig.json index 8a9b013..7c6411b 100644 --- a/beammpconfig.json +++ b/beammpconfig.json @@ -26,6 +26,7 @@ "InputType": "text", "ParamFieldName": "General.AuthKey", "DefaultValue": "", + "Required": true, "EnumValues": {} }, {