mirror of
https://github.com/bitwarden/android.git
synced 2026-05-27 15:15:33 -05:00
Ensure 15 minute timeout does not show up as Custom (#589)
This commit is contained in:
@@ -264,6 +264,7 @@ private val VAULT_TIMEOUT_MAP =
|
||||
mapOf(
|
||||
VaultTimeout.OneMinute to 1,
|
||||
VaultTimeout.FiveMinutes to 5,
|
||||
VaultTimeout.FifteenMinutes to 15,
|
||||
VaultTimeout.ThirtyMinutes to 30,
|
||||
VaultTimeout.OneHour to 60,
|
||||
VaultTimeout.FourHours to 240,
|
||||
|
||||
Reference in New Issue
Block a user