Logout automatically when pin/biometrics provided wrong too many times

This commit is contained in:
ismailgulek
2020-09-29 16:57:46 +03:00
parent 3750afcab7
commit 10664938c8
7 changed files with 77 additions and 13 deletions
@@ -176,7 +176,7 @@ final class PinCodePreferences: NSObject {
}
var isBiometricsSet: Bool {
return biometricsEnabled == true
return biometricsEnabled == true && canUseBiometricsToUnlock == true
}
func localizedBiometricsName() -> String? {