PIN : fix tests with new LockScreenConfig

This commit is contained in:
ganfra
2023-10-23 16:03:11 +02:00
parent 733b9c4ab1
commit bf88fa55dd
3 changed files with 10 additions and 8 deletions

View File

@@ -19,14 +19,14 @@ package io.element.android.appconfig
object LockScreenConfig {
/**
* Whether the LockScreen is mandatory or not.
* Whether the PIN is mandatory or not.
*/
const val IS_MANDATORY: Boolean = false
const val IS_PIN_MANDATORY: Boolean = false
/**
* Some PINs are blacklisted.
*/
val PIN_BLACKLIST = listOf("0000", "1234")
val PIN_BLACKLIST = setOf("0000", "1234")
/**
* The size of the PIN.