Skip to content

Commit fa2cfff

Browse files
wip
1 parent 2bb892a commit fa2cfff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/google-recaptcha-v3.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

33
return [
4-
'enabled' => env('GOOGLE_RECAPTCHA_V3_ENABLED'),
4+
'enabled' => null, // env('GOOGLE_RECAPTCHA_V3_ENABLED'),
55

6-
'site_key' => env('GOOGLE_RECAPTCHA_V3_SITE_KEY'),
6+
'site_key' => null, // env('GOOGLE_RECAPTCHA_V3_SITE_KEY'),
77

8-
'secret_key' => env('GOOGLE_RECAPTCHA_V3_SECRET_KEY'),
8+
'secret_key' => null, // env('GOOGLE_RECAPTCHA_V3_SECRET_KEY'),
99

1010
'score_threshold' => null,
1111
];

0 commit comments

Comments
 (0)