1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

remove constants service

This commit is contained in:
Kyle Spearrin
2018-04-19 14:10:23 -04:00
parent d6675f77d8
commit 41fc32487f
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 23917010a7...fae4530564

View File

@@ -60,7 +60,7 @@ export const authService = new AuthService(getBgService<CryptoService>('cryptoSe
getBgService<ApiService>('apiService')(), getBgService<UserService>('userService')(),
getBgService<TokenService>('tokenService')(), getBgService<AppIdService>('appIdService')(),
getBgService<I18nService>('i18nService')(), getBgService<PlatformUtilsService>('platformUtilsService')(),
getBgService<ConstantsService>('constantsService')(), messagingService);
messagingService);
export function initFactory(i18nService: I18nService, storageService: StorageService,
popupUtilsService: PopupUtilsService): Function {