Set lock grace period to 0 #1732
This commit is contained in:
parent
3c48ee23e9
commit
e0a975835b
2 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ object LockScreenConfigModule {
|
|||
pinBlacklist = setOf("0000", "1234"),
|
||||
pinSize = 4,
|
||||
maxPinCodeAttemptsBeforeLogout = 3,
|
||||
gracePeriod = 90.seconds,
|
||||
gracePeriod = 0.seconds,
|
||||
isStrongBiometricsEnabled = true,
|
||||
isWeakBiometricsEnabled = true,
|
||||
)
|
||||
|
|
|
|||
1
changelog.d/1732.misc
Normal file
1
changelog.d/1732.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Set lock grace period to 0.
|
||||
Loading…
Add table
Add a link
Reference in a new issue