From 9ab4a35882319dca25abc9cd1a2a6b5efc49a742 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 22 Aug 2024 13:00:35 +0200 Subject: [PATCH] Fix --- src/PowerIdPDisco.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PowerIdPDisco.php b/src/PowerIdPDisco.php index 6d123e2..f462f60 100644 --- a/src/PowerIdPDisco.php +++ b/src/PowerIdPDisco.php @@ -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();