Enable authentication and personalisation flows.

This commit is contained in:
Doug 2022-07-19 09:43:08 +01:00 committed by Doug
parent 92fc7046ed
commit 4a1ec4d170
2 changed files with 3 additions and 2 deletions

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

1
changelog.d/5151.feature Normal file
View file

@ -0,0 +1 @@
Enable the new authentication and personalisation flows in the onboarding coordinator.