mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
MESSENGER-4751 add feature flag
This commit is contained in:
@@ -89,7 +89,11 @@ struct AuthenticationLoginViewState: BindableState {
|
||||
}
|
||||
|
||||
var dataPrivacyString: String? {
|
||||
return AuthenticationService.shared.wellknown?.dataPrivacyURL()
|
||||
if BWIBuildSettings.shared.bwiUseWellKnownPrivacyPolicyLink {
|
||||
return AuthenticationService.shared.wellknown?.dataPrivacyURL()
|
||||
} else {
|
||||
return BWIBuildSettings.shared.applicationPrivacyPolicyUrlString
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user