Skip to content

Commit

Permalink
Fix oauth google (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMengXinX authored Dec 1, 2022
1 parent 027279b commit 4e84cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/oauth-google/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'SocialiteProviders\Google\GoogleExtendSocialite@handle'
);

config(['services.github' => [
config(['services.google' => [
'client_id' => env('GOOGLE_CLIENT_ID'),
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
'redirect' => env('GOOGLE_CALLBACK_URL'),
Expand Down

0 comments on commit 4e84cb5

Please sign in to comment.