mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Feature/3811 appconfig
This commit is contained in:
@@ -189,7 +189,7 @@ final class OnboardingCoordinator: NSObject, OnboardingCoordinatorProtocol {
|
||||
}
|
||||
|
||||
private func showWelcomeExperience() {
|
||||
let welcomeVC = WelcomeExperienceViewController.makeViewController(completion: { [weak self] in
|
||||
let welcomeVC = WelcomeExperienceViewController.makeViewController(completion: { [weak self] in
|
||||
if BWIBuildSettings.shared.onboardingEnableNewAuthenticationFlow {
|
||||
self?.startLoading()
|
||||
self?.beginAuthentication(with: .login) { [weak self] in
|
||||
|
||||
Reference in New Issue
Block a user