1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Renamed command openPopout to promptForLogin

This commit is contained in:
Daniel James Smith
2021-10-08 15:23:37 +02:00
parent 79f097b3cd
commit 4fc968f682
2 changed files with 3 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (isVaultLocked) {
sendPlatformMessage({
command: 'openPopout'
command: 'promptForLogin'
});
sendPlatformMessage({
@@ -116,7 +116,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (isVaultLocked) {
sendPlatformMessage({
command: 'openPopout'
command: 'promptForLogin'
});
sendPlatformMessage({