Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 22, 2024
1 parent 40d9527 commit 9ab4a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PowerIdPDisco.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ protected function filterList(array $list): array
public function handleRequest(): Response
{
$this->start();
$result = $this->start();
if ($result !== null) {
return $result;
}

// no choice made. Show discovery service page
$idpList = $this->getIdPList();
Expand Down

0 comments on commit 9ab4a35

Please sign in to comment.