Implement biometrics module

This commit is contained in:
ismailgulek
2020-07-24 17:53:23 +03:00
parent 5b5e714144
commit dd38d81b77
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()