mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Feature/3616 privacy on login
This commit is contained in:
+6
-2
@@ -58,8 +58,12 @@ 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.welcomeExperience1)
|
||||
.padding(.bottom, 8)
|
||||
if BWIBuildSettings.shared.bumLoginFlowLayout {
|
||||
ServerIcon(image: Asset.Images.welcomeExperience1, size: OnboardingMetrics.iconSize)
|
||||
} else {
|
||||
OnboardingIconImage(image: Asset.Images.welcomeExperience1)
|
||||
.padding(.bottom, 8)
|
||||
}
|
||||
|
||||
Text(viewModel.viewState.headerTitle)
|
||||
.font(theme.fonts.title2B)
|
||||
|
||||
Reference in New Issue
Block a user