Skip to content

Commit

Permalink
fix: #2205 (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lybc committed Sep 20, 2021
1 parent d57d210 commit e71487e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Work/OAuth/ServiceProvider.php
Expand Up @@ -21,6 +21,7 @@ public function register(Container $app)
$app['oauth'] = function ($app) {
$socialite = (new Manager([
'wework' => [
'base_url' => $app['config']['http']['base_uri'],
'client_id' => $app['config']['corp_id'],
'client_secret' => null,
'corp_id' => $app['config']['corp_id'],
Expand Down

0 comments on commit e71487e

Please sign in to comment.