mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
init lock service
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 799c90af17...e6fde2e92b
@@ -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