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:
+2
-1
@@ -65,7 +65,8 @@ class AuthenticationServerSelectionViewModel: AuthenticationServerSelectionViewM
|
||||
@MainActor func displayInfo(_ message: String, buttonTitle: String, completion: (()->Void)? ) {
|
||||
state.bindings.alertInfo = AlertInfo(id: .openInvalidServerInfo,
|
||||
title: message,
|
||||
primaryButton: (buttonTitle, completion))
|
||||
primaryButton: (buttonTitle, completion),
|
||||
secondaryButton: (VectorL10n.cancel, nil))
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user