mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Remove sensitive data from logs
This commit is contained in:
+2
-2
@@ -86,10 +86,10 @@ final class ChangePasswordCoordinator: Coordinator, Presentable {
|
||||
@MainActor private func setupViewModel() {
|
||||
changePasswordViewModel.callback = { [weak self] result in
|
||||
guard let self = self else { return }
|
||||
MXLog.debug("[ChangePasswordCoordinator] ChangePasswordViewModel did complete with result: \(result).")
|
||||
|
||||
|
||||
switch result {
|
||||
case .submit(let oldPassword, let newPassword, let signoutAllDevices):
|
||||
MXLog.debug("[ChangePasswordCoordinator] ChangePasswordViewModel did complete with result: submit.")
|
||||
self.changePassword(from: oldPassword, to: newPassword, signoutAllDevices: signoutAllDevices)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user