MESSENGER-3062 BuM Login flow

This commit is contained in:
Frank Rotermund
2022-09-19 12:23:07 +02:00
parent 081b8eb268
commit b56f25fb22
18 changed files with 163 additions and 21 deletions
+10
View File
@@ -82,4 +82,14 @@ final class BwiBuildSettings: NSObject {
static let bwiShowSessionSettingsFooter = false
static let bwiEnablePersonalState = false
// In onboarding splash screen dis/enable register button
static let bwiOnboardingSplashScreenEnableRegister = false
// in Auth screen dis/enable register button even with onboarding splash screen enabled
static let bwiAuthentificationScreenEnableRegister = false
// enable BuM style authentication UI (more Info text and a logo)
static let bwiEnableBuMAuthentificationUI = true
}