Small cleanup

This commit is contained in:
Benoit Marty 2023-11-03 09:47:01 +01:00
parent ccfc4c3bac
commit 3c48ee23e9

View file

@ -33,7 +33,7 @@ data class LockScreenConfig(
val isPinMandatory: Boolean,
/**
* Some PINs are blacklisted.
* Some PINs are forbidden.
*/
val pinBlacklist: Set<String>,
@ -56,6 +56,7 @@ data class LockScreenConfig(
* Authentication with strong methods (fingerprint, some face/iris unlock implementations) is supported.
*/
val isStrongBiometricsEnabled: Boolean,
/**
* Authentication with weak methods (most face/iris unlock implementations) is supported.
*/