1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

init lock service

This commit is contained in:
Kyle Spearrin
2018-05-16 10:20:49 -04:00
parent cc3078b40d
commit 9c10943806
2 changed files with 2 additions and 1 deletions

2
jslib

Submodule jslib updated: 799c90af17...e6fde2e92b

View File

@@ -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();