mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
init lock service
This commit is contained in:
@@ -175,6 +175,7 @@ export default class MainBackground {
|
||||
this.analytics.ga('send', 'pageview', '/background.html');
|
||||
this.containerService.attachToWindow(window);
|
||||
|
||||
await (this.lockService as LockService).init(true);
|
||||
await (this.i18nService as I18nService).init();
|
||||
await this.runtimeBackground.init();
|
||||
await this.tabsBackground.init();
|
||||
|
||||
Reference in New Issue
Block a user