Skip to content
Snippets Groups Projects
Verified Commit 01df406f authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

fix: fix template Disco.php

parent 90f1a33c
No related branches found
No related tags found
1 merge request!65fix template
Pipeline #575194 passed
......@@ -75,12 +75,12 @@ if ($authContextClassRef !== null) {
}
if ($idpEntityId !== null) {
$url = $this->getContinueUrl($idpEntityId);
$url = $this->getContinueUrl($idpEntityId, true);
HTTP::redirectTrustedURL($url);
exit;
}
$url = $this->getContinueUrlWithoutIdPEntityId();
$url = $this->getContinueUrlWithoutIdPEntityId(true);
if ($warningAttributes->isEnabled()) {
if ($warningAttributes->getType() === WarningConfiguration::WARNING_TYPE_INFO) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment