Set lock grace period to 0 #1732
This commit is contained in:
parent
700fa7706d
commit
37feb1442d
2 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ object LockScreenConfigModule {
|
||||||
pinBlacklist = setOf("0000", "1234"),
|
pinBlacklist = setOf("0000", "1234"),
|
||||||
pinSize = 4,
|
pinSize = 4,
|
||||||
maxPinCodeAttemptsBeforeLogout = 3,
|
maxPinCodeAttemptsBeforeLogout = 3,
|
||||||
gracePeriod = 90.seconds,
|
gracePeriod = 0.seconds,
|
||||||
isStrongBiometricsEnabled = true,
|
isStrongBiometricsEnabled = true,
|
||||||
isWeakBiometricsEnabled = 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