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:
@@ -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 },
|
||||
|
||||
@@ -3129,6 +3129,9 @@
|
||||
"vaultTimeoutDesc": {
|
||||
"message": "Choose when your vault will timeout and perform the selected action."
|
||||
},
|
||||
"immediately": {
|
||||
"message": "Immediately"
|
||||
},
|
||||
"oneMinute": {
|
||||
"message": "1 minute"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user