We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020d30 commit 42d06c8Copy full SHA for 42d06c8
classes/Guards/HCaptchaGuard.php
@@ -41,6 +41,7 @@ public function run(): void
41
42
if (
43
$remote->code() !== 200 ||
44
+ $result['success'] !== true
45
) {
46
$this->cancel(t('dreamform.submission.error.captcha'));
47
}
0 commit comments