1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

record activity for lock

This commit is contained in:
Kyle Spearrin
2018-02-09 23:25:18 -05:00
parent a77b16b766
commit 6e77916a49
4 changed files with 33 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ function initFactory(i18n: I18nService, platformUtils: DesktopPlatformUtilsServi
{ provide: BroadcasterService, useValue: broadcasterService },
{ provide: SettingsServiceAbstraction, useValue: settingsService },
{ provide: LockServiceAbstraction, useValue: lockService },
{ provide: StorageServiceAbstraction, useValue: storageService },
{
provide: APP_INITIALIZER,
useFactory: initFactory,