mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-19 01:51:27 +01:00
pass storage to runtime bg
This commit is contained in:
parent
02b0afd79a
commit
f01ee13102
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user