mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
onInstalled listener must be wired up in ctor
This commit is contained in:
@@ -3,4 +3,6 @@ import MainBackground from './background/main.background';
|
||||
const bitwardenIsBackground = (window as any).bitwardenIsBackground = true;
|
||||
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
|
||||
|
||||
bitwardenMain.bootstrap();
|
||||
bitwardenMain.bootstrap().then(() => {
|
||||
// Finished bootstrapping
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user