mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
PM-19291 Pass relevant folder and vault data to drop down component within notification footer (#13901)
* PM-19291 - Pass relevant data into dropdown component - Clean up some files - Pass all data into notificationBarIframeInitData using promise all * fix tests
This commit is contained in:
@@ -1173,18 +1173,19 @@ export default class MainBackground {
|
||||
() => this.generatePasswordToClipboard(),
|
||||
);
|
||||
this.notificationBackground = new NotificationBackground(
|
||||
this.accountService,
|
||||
this.authService,
|
||||
this.autofillService,
|
||||
this.cipherService,
|
||||
this.authService,
|
||||
this.policyService,
|
||||
this.folderService,
|
||||
this.userNotificationSettingsService,
|
||||
this.configService,
|
||||
this.domainSettingsService,
|
||||
this.environmentService,
|
||||
this.folderService,
|
||||
this.logService,
|
||||
this.organizationService,
|
||||
this.policyService,
|
||||
this.themeStateService,
|
||||
this.configService,
|
||||
this.accountService,
|
||||
this.userNotificationSettingsService,
|
||||
);
|
||||
|
||||
this.overlayNotificationsBackground = new OverlayNotificationsBackground(
|
||||
|
||||
Reference in New Issue
Block a user