Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Jun 20, 2024
1 parent eab43aa commit 8d69a83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/ActionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ public function register(): void
new Client(),
$this->parameter($this->getIdentityProvider() . '.client_id'),
$this->parameter($this->getIdentityProvider() . '.client_secret'),
$this->parameter($this->getIdentityProvider() . '.domain'),
$this->getIdentityProvider()
$this->parameter($this->getIdentityProvider() . '.domain')
)
);

Expand Down Expand Up @@ -180,7 +179,7 @@ function (): SessionClientInformation {
);
}

private function getIdentityParameter(): string
private function getIdentityProvider(): string
{
if ($this->parameter('keycloak.enabled')) {
return 'keycloak';
Expand Down

0 comments on commit 8d69a83

Please sign in to comment.