MESSENGER-4951 Changed password confirmation

This commit is contained in:
Arnfried Griesert
2023-09-15 12:13:19 +00:00
parent fc3c125c4c
commit 099b861a8d
7 changed files with 35 additions and 12 deletions
@@ -68,6 +68,8 @@ enum ChangePasswordViewAction {
}
enum ChangePasswordErrorType: Hashable {
/// The password has been changed on the server
case passwordChangeSucceeded
/// An error response from the homeserver.
case mxError(String)
/// User entered new passwords do not match