Implement biometrics module

This commit is contained in:
ismailgulek
2020-07-24 17:53:23 +03:00
parent b868a8fd00
commit 0df45f399c
16 changed files with 830 additions and 23 deletions

View File

@@ -163,7 +163,7 @@ final class EnterPinCodeViewController: UIViewController {
self.renderConfirmPin()
case .pinsDontMatch:
self.renderPinsDontMatch()
case .unlockByPin:
case .unlock:
self.renderUnlockByPin()
case .wrongPin:
self.renderWrongPin()