Enable authentication and personalisation flows.

This commit is contained in:
Doug
2022-07-19 09:43:08 +01:00
committed by Doug
parent db6fd0201b
commit b9b563928d
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -384,8 +384,8 @@ final class BuildSettings: NSObject {
static let authEnableRefreshTokens = false
// MARK: - Onboarding
static let onboardingShowAccountPersonalization = false
static let onboardingEnableNewAuthenticationFlow = false
static let onboardingShowAccountPersonalization = true
static let onboardingEnableNewAuthenticationFlow = true
// MARK: - Unified Search
static let unifiedSearchScreenShowPublicDirectory = true