mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-26 17:08:33 +01:00
remove constants service
This commit is contained in:
parent
d6675f77d8
commit
41fc32487f
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 23917010a778e8464ba8b5f080d3306fc28a489e
|
||||
Subproject commit fae453056465667ff770a11c1566e9bfc075265f
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user