mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 03:21:19 +00:00
Fix builds
This commit is contained in:
@@ -669,6 +669,7 @@ export default class MainBackground {
|
||||
this.encryptService,
|
||||
this.logService,
|
||||
this.cryptoFunctionService,
|
||||
this.accountService,
|
||||
);
|
||||
|
||||
this.i18nService = new I18nService(BrowserApi.getUILanguage(), this.globalStateProvider);
|
||||
|
||||
@@ -439,6 +439,7 @@ export class ServiceContainer {
|
||||
this.encryptService,
|
||||
this.logService,
|
||||
this.cryptoFunctionService,
|
||||
this.accountService,
|
||||
);
|
||||
|
||||
this.pinService = new PinService(
|
||||
|
||||
Reference in New Issue
Block a user