Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
tojo-r27 committed Oct 30, 2020
1 parent 49b4a1b commit b39c7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hcaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* You can place your custom package configuration in here.
*/
return [
'site_key' => env('HCAPTCHA_SITE_KEY', '4b93765b-74de-44cc-8f3f-0b6dd5187d5c'),
'secret_key' => env('HCAPTCHA_SECRET_KEY', '0x70a0F8BeAe854c2b19243deec81A9c6B6B25973d'),
'site_key' => env('HCAPTCHA_SITE_KEY', '4b93765b-74de-44cc-8f3f-0b6dd5187d5c)
];

0 comments on commit b39c7b7

Please sign in to comment.