Some renaming.

This commit is contained in:
Benoit Marty 2024-07-10 16:09:09 +02:00 committed by Benoit Marty
parent 6d6de1ae3d
commit d1a4fd76de
29 changed files with 58 additions and 58 deletions

View file

@ -23,8 +23,8 @@ object LockScreenConfig {
/** Whether the PIN is mandatory or not. */
const val IS_PIN_MANDATORY: Boolean = false
/** Set of forbidden PIN. */
val PIN_BLACKLIST: Set<String> = setOf("0000", "1234")
/** Set of forbidden PIN codes. */
val FORBIDDEN_PIN_CODES: Set<String> = setOf("0000", "1234")
/** The size of the PIN */
const val PIN_SIZE: Int = 4