mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
Do not use deprecated method (#3155)
This commit is contained in:
@@ -517,7 +517,7 @@ export default class MainBackground {
|
||||
}
|
||||
|
||||
async bootstrap() {
|
||||
this.containerService.attachToWindow(window);
|
||||
this.containerService.attachToGlobal(window);
|
||||
|
||||
await this.stateService.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user