mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Open login prompt as popout when vault is locked
This commit is contained in:
@@ -240,7 +240,7 @@ export default class MainBackground {
|
||||
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
||||
this.platformUtilsService as BrowserPlatformUtilsService, this.storageService, this.i18nService,
|
||||
this.notificationsService, this.systemService, this.vaultTimeoutService,
|
||||
this.environmentService, this.policyService, this.userService, this.messagingService, this.folderService);
|
||||
this.environmentService, this.policyService, this.userService, this.messagingService, this.folderService, this.popupUtilsService);
|
||||
this.nativeMessagingBackground = new NativeMessagingBackground(this.storageService, this.cryptoService, this.cryptoFunctionService,
|
||||
this.vaultTimeoutService, this.runtimeBackground, this.i18nService, this.userService, this.messagingService, this.appIdService,
|
||||
this.platformUtilsService);
|
||||
|
||||
Reference in New Issue
Block a user