mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Show recover encryption keys message according to key backup requirement
This commit is contained in:
@@ -33,10 +33,12 @@ class AuthenticationSoftLogoutViewModel: AuthenticationSoftLogoutViewModelType,
|
||||
|
||||
init(credentials: SoftLogoutCredentials,
|
||||
homeserver: AuthenticationHomeserverViewData,
|
||||
keyBackupNeeded: Bool,
|
||||
password: String = "") {
|
||||
let bindings = AuthenticationSoftLogoutBindings(password: password)
|
||||
let viewState = AuthenticationSoftLogoutViewState(credentials: credentials,
|
||||
homeserver: homeserver,
|
||||
keyBackupNeeded: keyBackupNeeded,
|
||||
bindings: bindings)
|
||||
super.init(initialViewState: viewState)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user