mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
init lock service
This commit is contained in:
parent
cc3078b40d
commit
9c10943806
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 799c90af1702c681874cb8fce8f8adcf1049d0c8
|
||||
Subproject commit e6fde2e92be4be472933234daa7bae242ee17794
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user