mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
remove constants service
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 23917010a7...fae4530564
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user