Decrease pin grace time to zero

This commit is contained in:
ismailgulek
2020-09-07 13:08:09 +03:00
parent 0c00f932a8
commit e7a13d0872
@@ -59,7 +59,7 @@ final class PinCodePreferences: NSObject {
let allowedNumberOfTrialsBeforeAlert: Int = 5
/// Max allowed time to continue using the app without prompting PIN
let graceTimeInSeconds: TimeInterval = 120
let graceTimeInSeconds: TimeInterval = 0
/// Number of digits for the PIN
let numberOfDigits: Int = 4