mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
MESSENGER-4951 Changed password confirmation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user