Skip to content
Snippets Groups Projects

fix: correct no tokens redirect

Merged Pavel Břoušek requested to merge main-patch-6aa1 into main
+ 1
1
@@ -2,10 +2,10 @@
declare(strict_types=1);
use SimpleSAML\Auth\State;
use SimpleSAML\Configuration;
use SimpleSAML\Module\authswitcher\Auth\Process\SwitchAuth;
use SimpleSAML\XHTML\Template;
use SimpleSAML\State;
$config = Configuration::getInstance();
$t = new Template($config, SwitchAuth::SETUP_MFA_TPL_URL);
Loading