mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
Fix constructor calls
This commit is contained in:
@@ -734,6 +734,7 @@ export default class MainBackground {
|
||||
this.kdfConfigService,
|
||||
this.keyService,
|
||||
this.apiService,
|
||||
this.logService,
|
||||
);
|
||||
|
||||
this.passwordStrengthService = new PasswordStrengthService();
|
||||
|
||||
@@ -549,6 +549,7 @@ export class ServiceContainer {
|
||||
this.kdfConfigService,
|
||||
this.keyService,
|
||||
this.apiService,
|
||||
this.logService,
|
||||
customUserAgent,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user