removed obsolete recaptcha

This commit is contained in:
2023-05-25 07:47:58 +10:00
parent 69c5018367
commit 8b2542ebef

View File

@@ -30,6 +30,7 @@ return [
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],
<<<<<<< HEAD
'google_recaptcha' => [
'url' => 'https://www.google.com/recaptcha/api/siteverify',
@@ -37,4 +38,6 @@ return [
'secret_key' => env('GOOGLE_RECAPTCHA_SECRET_SITE_KEY'),
],
=======
>>>>>>> 086cf9e (removed obsolete recaptcha)
];