1
0
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:
Daniel James Smith
2021-10-08 15:27:20 +02:00
parent f56a9146be
commit 89344a7c36
2 changed files with 16 additions and 0 deletions

View File

@@ -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':