Fix default value for Captcha setting (#1136)

pull/1137/head
B.Fatih KOZ 3 years ago committed by GitHub
parent 68ed2355ad
commit 3d55336823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
* Don't edit this file directly, add the section to your config.php
*/
return [
'enabled' => env('CAPTCHA_ENABLED', 'false'),
'enabled' => env('CAPTCHA_ENABLED', false),
'sitekey' => env('CAPTCHA_SITEKEY', ''),
'secret' => env('CAPTCHA_SECRET', ''),

Loading…
Cancel
Save