Set lock grace period to 0 #1732

This commit is contained in:
Benoit Marty 2023-11-03 09:47:08 +01:00
parent 700fa7706d
commit 37feb1442d
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Set lock grace period to 0.