mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
refactor
This commit is contained in:
@@ -37,7 +37,7 @@ return [
|
||||
'google' => [
|
||||
'client_id' => env('GOOGLE_CLIENT_ID'),
|
||||
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
|
||||
'redirect' => env('APP_URL') . '/socialite/google/callback'
|
||||
'redirect' => env('APP_URL') . '/socialite/google/callback',
|
||||
],
|
||||
|
||||
'github' => [
|
||||
|
||||
Reference in New Issue
Block a user