diff --git a/www/src/Service/CaptchaVerifier.php b/www/src/Service/CaptchaVerifier.php index 9020c1b..7bf2191 100644 --- a/www/src/Service/CaptchaVerifier.php +++ b/www/src/Service/CaptchaVerifier.php @@ -25,7 +25,7 @@ public function verify(?string $recaptchaResponse): bool $response = $this->httpClient->post('https://www.google.com/recaptcha/api/siteverify', [ 'headers' => [ - 'User-Agent' => 'typeschema.org' + 'User-Agent' => 'typeapi.org' ], 'form_params' => [ 'secret' => $this->secret,