From 72938e41bac28d919379b91c7b6aa822eeb86aea Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 11 Mar 2024 15:07:50 +0100 Subject: [PATCH] chore: fix merge oopsie --- src/Settings.hs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Settings.hs b/src/Settings.hs index 650ed85f4..1894d0f03 100644 --- a/src/Settings.hs +++ b/src/Settings.hs @@ -452,14 +452,9 @@ data AppSettings = AppSettings , appDatabaseConf :: PostgresConf -- ^ Configuration settings for accessing the database. , appAutoDbMigrate :: Bool -<<<<<<< HEAD - , appUserAuthConf :: UserAuthConf -- TODO: add SSO option for user-auth config -======= + , appUserAuthConf :: UserAuthConf , appSingleSignOn :: Bool -- ^ Enable OIDC single sign-on - , appLdapConf :: Maybe (PointedList LdapConf) - -- ^ Configuration settings for CSV export/import to LMS (= Learn Management System) ->>>>>>> 139-single-sign-on-sso-routing-anpassen , appLmsConf :: LmsConf -- ^ Configuration settings for CSV export/import to LMS (= Learn Management System) -- TODO, TODISCUSS: reimplement as user-auth source? , appAvsConf :: Maybe AvsConf