mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
pass storage to runtime bg
This commit is contained in:
@@ -147,7 +147,7 @@ export default class MainBackground {
|
|||||||
|
|
||||||
// Background
|
// Background
|
||||||
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
||||||
this.platformUtilsService);
|
this.platformUtilsService, this.storageService);
|
||||||
|
|
||||||
if (!this.isSafari) {
|
if (!this.isSafari) {
|
||||||
this.commandsBackground = new CommandsBackground(this, this.passwordGenerationService);
|
this.commandsBackground = new CommandsBackground(this, this.passwordGenerationService);
|
||||||
|
|||||||
Reference in New Issue
Block a user