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