mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix Manus comments
This commit is contained in:
@@ -67,8 +67,11 @@ final class EnterPinCodeViewModel: EnterPinCodeViewModelType {
|
||||
currentPin.removeAll()
|
||||
// go back to first state
|
||||
self.update(viewState: .choosePin)
|
||||
case .forgotPinAlertAction:
|
||||
case .forgotPinAlertResetAction:
|
||||
self.coordinatorDelegate?.enterPinCodeViewModelDidCompleteWithReset(self)
|
||||
case .forgotPinAlertCancelAction:
|
||||
// no-op
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user