mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge
# Conflicts: # src/_locales/en/messages.json
This commit is contained in:
@@ -44,6 +44,9 @@ export default class CommandsBackground {
|
||||
case 'open_popup':
|
||||
await this.openPopup();
|
||||
break;
|
||||
case 'lock_vault':
|
||||
await this.vaultTimeoutService.lock(true);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user