mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Open prompt for login in tab instead of popout
This commit is contained in:
@@ -98,6 +98,7 @@ export default class RuntimeBackground {
|
||||
await this.main.openPopup();
|
||||
break;
|
||||
case 'promptForLogin':
|
||||
await BrowserApi.createNewTab('popup/index.html?uilocation=popout', true, true);
|
||||
break;
|
||||
case 'showDialogResolve':
|
||||
this.platformUtilsService.resolveDialogPromise(msg.dialogId, msg.confirmed);
|
||||
|
||||
Reference in New Issue
Block a user