1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

Fix build

This commit is contained in:
Bernd Schoolmann
2025-07-16 17:03:32 +02:00
parent 59f6e7d5ee
commit 08e0a75515

View File

@@ -668,6 +668,7 @@ export default class MainBackground {
this.keyGenerationService,
this.encryptService,
this.logService,
this.cryptoFunctionService,
);
this.i18nService = new I18nService(BrowserApi.getUILanguage(), this.globalStateProvider);