From 0103d33f8e6f7fa7d13917567f332261e2fbfd34 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Thu, 5 Dec 2024 08:33:32 +0100 Subject: [PATCH] Switch to default theme. --- simplesamlphp/config-bootstrap.php | 4 ++-- simplesamlphp/config.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/simplesamlphp/config-bootstrap.php b/simplesamlphp/config-bootstrap.php index fcf9030..e6cfd98 100644 --- a/simplesamlphp/config-bootstrap.php +++ b/simplesamlphp/config-bootstrap.php @@ -143,8 +143,8 @@ 'language.cookie.lifetime' => (60 * 60 * 24 * 900), 'language.cookie.samesite' => $httpUtils->canSetSameSiteNone() ? 'None' : null, - 'theme.use' => 'swamid:swamid', - 'theme.controller' => '\SimpleSAML\Module\swamid\FancyThemeController', + 'theme.use' => 'default', +// 'theme.controller' => '\SimpleSAML\Module\swamid\FancyThemeController', 'template.auto_reload' => false, 'production' => false, 'assets' => [ diff --git a/simplesamlphp/config.php b/simplesamlphp/config.php index 8c998d8..0819251 100644 --- a/simplesamlphp/config.php +++ b/simplesamlphp/config.php @@ -143,8 +143,8 @@ 'language.cookie.lifetime' => (60 * 60 * 24 * 900), 'language.cookie.samesite' => $httpUtils->canSetSameSiteNone() ? 'None' : null, - 'theme.use' => 'swamid:swamid', - 'theme.controller' => '\SimpleSAML\Module\swamid\FancyThemeController', + 'theme.use' => 'default', +// 'theme.controller' => '\SimpleSAML\Module\swamid\FancyThemeController', 'template.auto_reload' => false, 'production' => false, 'assets' => [