1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00

fix(browser-approval): [PM-23620] Auth Request Answering Service - Fixed bad merge conflict.

This commit is contained in:
Patrick Pimentel
2025-08-28 12:44:09 -04:00
parent 978906d156
commit d6bd5b5810

View File

@@ -1397,9 +1397,6 @@ export default class MainBackground {
}
async bootstrap() {
if (this.webPushConnectionService instanceof WorkerWebPushConnectionService) {
this.webPushConnectionService.start();
}
this.containerService.attachToGlobal(self);
await this.sdkLoadService.loadAndInit();