mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
MESSENGER-5033 add feature flag for OIDC login
This commit is contained in:
@@ -75,13 +75,13 @@ struct AuthenticationLoginScreen: View {
|
||||
qrLoginButton
|
||||
}
|
||||
|
||||
if viewModel.viewState.homeserver.showLoginForm, viewModel.viewState.showSSOButtons {
|
||||
if viewModel.viewState.homeserver.showLoginForm, viewModel.viewState.showSSOButtons, BWIBuildSettings.shared.isOIDCEnabled {
|
||||
Text(VectorL10n.or)
|
||||
.foregroundColor(theme.colors.secondaryContent)
|
||||
.padding(.top, 16)
|
||||
}
|
||||
|
||||
if viewModel.viewState.showSSOButtons {
|
||||
if viewModel.viewState.showSSOButtons, BWIBuildSettings.shared.isOIDCEnabled {
|
||||
ssoButtons
|
||||
.padding(.top, 16)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user