Added change PIN code feature from the settings

This commit is contained in:
Gil Eluard
2020-12-16 14:15:41 +01:00
parent 6d61d6d99b
commit 82fd55152e
9 changed files with 114 additions and 41 deletions
@@ -29,6 +29,7 @@ import Foundation
case setupBiometricsFromSettings
case confirmBiometricsToDeactivate
case inactive
case changePin
}
@objc protocol SetPinCoordinatorBridgePresenterDelegate {