Skip to content

Commit 42d06c8

Browse files
committed
fix: typo
1 parent 5020d30 commit 42d06c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/Guards/HCaptchaGuard.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function run(): void
4141

4242
if (
4343
$remote->code() !== 200 ||
44+
$result['success'] !== true
4445
) {
4546
$this->cancel(t('dreamform.submission.error.captcha'));
4647
}

0 commit comments

Comments
 (0)