1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

Fix build on browser

This commit is contained in:
Bernd Schoolmann
2025-07-22 14:32:44 +02:00
parent c4af80ac21
commit 29f87f2b95

View File

@@ -669,8 +669,6 @@ export default class MainBackground {
this.encryptService,
this.logService,
this.cryptoFunctionService,
this.kdfConfigService,
this.accountService,
);
this.i18nService = new I18nService(BrowserApi.getUILanguage(), this.globalStateProvider);