1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

Fix constructor calls

This commit is contained in:
Thomas Avery
2024-11-07 12:26:55 -06:00
parent d0d2676f99
commit 1be39d4026
2 changed files with 2 additions and 0 deletions

View File

@@ -734,6 +734,7 @@ export default class MainBackground {
this.kdfConfigService,
this.keyService,
this.apiService,
this.logService,
);
this.passwordStrengthService = new PasswordStrengthService();

View File

@@ -549,6 +549,7 @@ export class ServiceContainer {
this.kdfConfigService,
this.keyService,
this.apiService,
this.logService,
customUserAgent,
);