MESSENGER-3707 new login flow and welcome integration

This commit is contained in:
Frank Rotermund
2022-11-30 18:10:20 +01:00
parent a37881ff16
commit 23021f6cbb
15 changed files with 172 additions and 41 deletions
@@ -58,7 +58,7 @@ struct AuthenticationServerSelectionScreen: View {
/// The title, message and icon at the top of the screen.
var header: some View {
VStack(spacing: 8) {
OnboardingIconImage(image: Asset.Images.authenticationServerSelectionIcon)
OnboardingIconImage(image: Asset.Images.welcomeExperience1)
.padding(.bottom, 8)
Text(viewModel.viewState.headerTitle)