mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
implemented reCaptcha
This commit is contained in:
@@ -51,4 +51,9 @@ return [
|
||||
'client_secret' => env('FACEBOOK_CLIENT_SECRET'),
|
||||
'redirect' => env('APP_URL') . '/socialite/facebook/callback',
|
||||
],
|
||||
|
||||
'recaptcha' => [
|
||||
'client_id' => env('RECAPTCHA_CLIENT_ID'),
|
||||
'client_secret' => env('RECAPTCHA_CLIENT_SECRET'),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user