1
0
mirror of https://github.com/bitwarden/web synced 2025-12-23 19:53:16 +00:00

Modified should lock functionality to handle the immediately valut timeout

This commit is contained in:
gbubemismith
2022-05-12 21:38:07 +01:00
parent da470ad709
commit c936c7a9c1
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export class PreferencesComponent implements OnInit {
private messagingService: MessagingService
) {
this.vaultTimeouts = [
{ name: i18nService.t("immediately"), value: 0 },
{ name: i18nService.t("oneMinute"), value: 1 },
{ name: i18nService.t("fiveMinutes"), value: 5 },
{ name: i18nService.t("fifteenMinutes"), value: 15 },