Hardcoded Text Removed

This commit is contained in:
devansh bawari 2021-06-25 20:15:39 +05:30
parent 79694139f4
commit 29e4d76d3b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Captcha implements CaptchaContract
$response = $client->post(static::SITE_VERIFY_ENDPOINT, [ $response = $client->post(static::SITE_VERIFY_ENDPOINT, [
'query' => [ 'query' => [
'secret' => '6LcUYlYbAAAAAKi3vUJ62a9QEk4JvPfbLoizTajz', 'secret' => $this->secretKey,
'response' => $response 'response' => $response
] ]
]); ]);