Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 15, 2024
2 parents c622337 + 6a1d6d1 commit 3d5c517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/Socialize/SocialiteIdentityProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SocialiteIdentityProvider extends AbstractProvider
public function getIdentityConfig()
{
// Get from cache if exists
if (isset($this->issuet)) {
if (isset($this->issuer)) {
return $this;
}
// Get from services.identity.openid_configuration url and cache it
Expand Down

0 comments on commit 3d5c517

Please sign in to comment.