MESSENGER-4951 Changed password confirmation

This commit is contained in:
Arnfried Griesert
2023-09-15 12:13:19 +00:00
parent 6f22832cef
commit 667266e93c
7 changed files with 35 additions and 12 deletions
@@ -21,5 +21,5 @@ protocol ChangePasswordViewModelProtocol {
var context: ChangePasswordViewModelType.Context { get }
/// Display an error to the user.
@MainActor func displayError(_ type: ChangePasswordErrorType)
@MainActor func displayError(_ type: ChangePasswordErrorType, primaryButtonCallback: @escaping (() -> Void))
}