1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-09 20:22:51 +02: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

@ -1 +1 @@
Subproject commit 799c90af1702c681874cb8fce8f8adcf1049d0c8
Subproject commit e6fde2e92be4be472933234daa7bae242ee17794

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