Some renaming.

This commit is contained in:
Benoit Marty
2024-07-10 16:09:09 +02:00
committed by Benoit Marty
parent 1a94be4e9e
commit 6d65c90e81
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