We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 236c8de + a622606 commit 188bccfCopy full SHA for 188bccf
lib/Controller/SAMLController.php
@@ -539,7 +539,7 @@ public function genericError(string $message): Http\TemplateResponse {
539
* @NoCSRFRequired
540
* @OnlyUnauthenticatedUsers
541
*/
542
- public function selectUserBackEnd(string $redirectUrl): Http\TemplateResponse {
+ public function selectUserBackEnd(string $redirectUrl = ''): Http\TemplateResponse {
543
$attributes = ['loginUrls' => []];
544
545
if ($this->samlSettings->allowMultipleUserBackEnds()) {
0 commit comments