Skip to content

Commit

Permalink
remove getIdentityProvider()
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Nov 18, 2024
1 parent b48983a commit 7502575
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/ActionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,4 @@ function (): SessionClientInformation {
)
);
}

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

0 comments on commit 7502575

Please sign in to comment.