mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Merge branch 'develop' into element_3622
This commit is contained in:
@@ -59,7 +59,9 @@ final class PinCodePreferences: NSObject {
|
||||
let allowedNumberOfTrialsBeforeAlert: Int = 5
|
||||
|
||||
/// Max allowed time to continue using the app without prompting PIN
|
||||
let graceTimeInSeconds: TimeInterval = 120
|
||||
var graceTimeInSeconds: TimeInterval {
|
||||
return BuildSettings.pinCodeGraceTimeInSeconds
|
||||
}
|
||||
|
||||
/// Number of digits for the PIN
|
||||
let numberOfDigits: Int = 4
|
||||
|
||||
Reference in New Issue
Block a user