Implement biometrics module

This commit is contained in:
ismailgulek
2020-07-24 17:53:23 +03:00
parent c9c434b3aa
commit c37d4291ec
16 changed files with 830 additions and 23 deletions
@@ -163,7 +163,7 @@ final class EnterPinCodeViewController: UIViewController {
self.renderConfirmPin()
case .pinsDontMatch:
self.renderPinsDontMatch()
case .unlockByPin:
case .unlock:
self.renderUnlockByPin()
case .wrongPin:
self.renderWrongPin()