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

sync after login

This commit is contained in:
Kyle Spearrin
2018-02-08 10:48:50 -05:00
parent 58e39c0c81
commit 2030100631
3 changed files with 7 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ function initFactory(i18n: I18nService, platformUtils: DesktopPlatformUtilsServi
{ provide: PlatformUtilsServiceAbstraction, useValue: platformUtilsService },
{ provide: PasswordGenerationServiceAbstraction, useValue: passwordGenerationService },
{ provide: ApiServiceAbstraction, useValue: apiService },
{ provide: SyncServiceAbstraction, useValue: syncService },
{
provide: APP_INITIALIZER,
useFactory: initFactory,