We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b4b0d + 8869c70 commit b066546Copy full SHA for b066546
app/Services/SocialProviders/LaravelPassportProvider.php
@@ -30,7 +30,7 @@ protected function getSocialiteProvider()
30
$this->provider->getSetting('client_id'),
31
$this->provider->getSetting('client_secret'),
32
$this->redirectUrl,
33
- ['host' => $this->provider->host]
+ ['host' => $this->provider->getSetting('host')]
34
);
35
return Socialite::buildProvider(Provider::class, $config->get())
36
->setConfig($config)->with(['prompt' => 'none']);
0 commit comments