mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Renamed command openPopout to promptForLogin
This commit is contained in:
@@ -97,8 +97,7 @@ export default class RuntimeBackground {
|
||||
case 'openPopup':
|
||||
await this.main.openPopup();
|
||||
break;
|
||||
case 'openPopout':
|
||||
await this.popupUtilsService.popOut(window, 'popup/index.html?uilocation=popout');
|
||||
case 'promptForLogin':
|
||||
break;
|
||||
case 'showDialogResolve':
|
||||
this.platformUtilsService.resolveDialogPromise(msg.dialogId, msg.confirmed);
|
||||
|
||||
Reference in New Issue
Block a user