-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
After updating to version 4.0.1, PHP throws this warning:
PHP Warning: Undefined array key "score" in .../vendor/contributte/recaptcha/src/ReCaptchaProvider.php:66
return $answer['success'] === true && $answer['score'] >= $this->minimalScore ? new ReCaptchaResponse(true) : new ReCaptchaResponse(false, $answer['error-codes'] ?? null);
Metadata
Metadata
Assignees
Labels
No labels