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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user