Set lock grace period to 0 #1732

This commit is contained in:
Benoit Marty 2023-11-03 09:47:08 +01:00
parent 3c48ee23e9
commit e0a975835b
2 changed files with 2 additions and 1 deletions

View file

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

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