mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Close loginTab after login was done by user
This commit is contained in:
@@ -77,6 +77,8 @@ export default class RuntimeBackground {
|
||||
if (this.lockedVaultPendingNotifications.length > 0) {
|
||||
const retryItem = this.lockedVaultPendingNotifications.pop();
|
||||
await this.processMessage(retryItem.msg, retryItem.sender, null);
|
||||
|
||||
await BrowserApi.closeLoginTab();
|
||||
}
|
||||
break;
|
||||
case 'addToLockedVaultPendingNotifications':
|
||||
|
||||
Reference in New Issue
Block a user