mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
MESSENGER-3895 qr code login
This commit is contained in:
committed by
Frank Rotermund
parent
fd8ab8e648
commit
d7a23d53dc
@@ -36,7 +36,7 @@ struct AuthenticationLoginScreen: View {
|
||||
ScrollView {
|
||||
VStack(spacing: 0) {
|
||||
if BWIBuildSettings.shared.bumLoginFlowLayout {
|
||||
ServerIcon(image: Asset.Images.welcomeExperience1, size: OnboardingMetrics.iconSize-18)
|
||||
ServerIcon(image: Asset.SharedImages.loginFlowLogo, size: OnboardingMetrics.iconSize)
|
||||
.padding(.top, OnboardingMetrics.topPaddingToNavigationBar)
|
||||
.padding(.bottom, 16)
|
||||
} else {
|
||||
@@ -63,7 +63,7 @@ struct AuthenticationLoginScreen: View {
|
||||
loginForm
|
||||
}
|
||||
|
||||
if viewModel.viewState.homeserver.showQRLogin {
|
||||
if viewModel.viewState.homeserver.showQRLogin && BWIBuildSettings.shared.allowLoginWithQR {
|
||||
qrLoginButton
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user