diff --git a/app/Classes/Settings/Misc.php b/app/Classes/Settings/Misc.php index 776028d9..6a215aff 100644 --- a/app/Classes/Settings/Misc.php +++ b/app/Classes/Settings/Misc.php @@ -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()) {