mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
pass utilsService to i18n function
This commit is contained in:
@@ -56,7 +56,7 @@ export default class MainBackground {
|
||||
constructor() {
|
||||
// Services
|
||||
this.utilsService = new UtilsService();
|
||||
this.i18nService = i18nService();
|
||||
this.i18nService = i18nService(this.utilsService);
|
||||
this.constantsService = new ConstantsService(i18nService, this.utilsService);
|
||||
this.cryptoService = new CryptoService();
|
||||
this.tokenService = new TokenService();
|
||||
|
||||
Reference in New Issue
Block a user