fix: 🚑️ recaptcha enable/disable button in settings validation
This commit is contained in:
parent
046a34c1ee
commit
9193e08180
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Misc
|
|||
'discord-role-id' => 'nullable|string',
|
||||
'recaptcha-site-key' => 'nullable|string',
|
||||
'recaptcha-secret-key' => 'nullable|string',
|
||||
'enable-recaptcha' => 'nullable|boolean',
|
||||
'enable-recaptcha' => 'nullable|string',
|
||||
]);
|
||||
|
||||
if ($validator->fails()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue