1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

2fa login fixes for duo on safari

This commit is contained in:
Kyle Spearrin
2018-01-18 16:17:58 -05:00
parent 35385b8c98
commit 43f563d187
9 changed files with 77 additions and 14 deletions

View File

@@ -81,6 +81,9 @@ export default class RuntimeBackground {
setTimeout(async () => await this.main.refreshBadgeAndMenu(), 2000);
}
break;
case 'openPopup':
await this.main.openPopup();
break;
case 'bgGetDataForTab':
await this.getDataForTab(sender.tab, msg.responseCommand);
break;