We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c57f4 commit fadac26Copy full SHA for fadac26
1 file changed
ui/biometrics/src/main/kotlin/com/getcode/ui/biometrics/Biometrics.kt
@@ -16,7 +16,7 @@ import com.getcode.libs.biometrics.BiometricsError
16
import com.getcode.libs.biometrics.BiometricsException
17
import com.getcode.ui.components.OnLifecycleEvent
18
19
-private const val BIOMETRICS_COOLDOWN_MS = 30_000L
+private const val BIOMETRICS_COOLDOWN_MS = 90_000L
20
21
data class BiometricsState(
22
val checking: Boolean = false,
0 commit comments