diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index 64fb43f7d6..3b9dfb263f 100644 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -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); diff --git a/src/notification/bar.js b/src/notification/bar.js index 7949e6a2f8..318207de36 100644 --- a/src/notification/bar.js +++ b/src/notification/bar.js @@ -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({