From bd1b8707af4e997e7486cbb5abc3677bac327d21 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 3 Dec 2024 11:59:15 +0100 Subject: [PATCH] Activer ProConnect sur la Preprod --- Btchap/Config/BuildSettings.swift | 2 +- changelog.d/1129.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1129.change diff --git a/Btchap/Config/BuildSettings.swift b/Btchap/Config/BuildSettings.swift index d873f79d15..36b88209ff 100644 --- a/Btchap/Config/BuildSettings.swift +++ b/Btchap/Config/BuildSettings.swift @@ -244,7 +244,7 @@ final class BuildSettings: NSObject { ] // Tchap: handle SSO feature flag. Presents SSO button on Onboarding screen and give priority to SSO on UIA. - static let tchapFeatureHandleSSO = false + static let tchapFeatureHandleSSO = true // MARK: - Side Menu static let enableSideMenu: Bool = true && !newAppLayoutEnabled diff --git a/changelog.d/1129.change b/changelog.d/1129.change new file mode 100644 index 0000000000..a9dacc930f --- /dev/null +++ b/changelog.d/1129.change @@ -0,0 +1 @@ +Activer ProConnect sur la Preprod \ No newline at end of file