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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user