Skip to content

Commit

Permalink
Update laravel-no-captcha-v3.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joukhar authored Oct 20, 2022
1 parent dac583c commit 0224f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/laravel-no-captcha-v3.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* Recaptcha Credentials */
/* -------------------------------------------------------------------------- */
'recaptcha' => [
'site_key' => '',
'secret_key' => ''
'site_key' => env('GOOGLE_RECAPTCHA_SITE_KEY'),
'secret_key' => env('GOOGLE_RECAPTCHA_SECRET_KEY')
]
];

0 comments on commit 0224f36

Please sign in to comment.