mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 03:53:53 +00:00
[PM-1905] Update npm (#3940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hinton <hinton@users.noreply.github.com> Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export class UpdateBadge {
|
||||
private authService: AuthService;
|
||||
private stateService: BrowserStateService;
|
||||
private cipherService: CipherService;
|
||||
private badgeAction: typeof chrome.action;
|
||||
private badgeAction: typeof chrome.action | typeof chrome.browserAction;
|
||||
private sidebarAction: OperaSidebarAction | FirefoxSidebarAction;
|
||||
private inited = false;
|
||||
private win: Window & typeof globalThis;
|
||||
|
||||
Reference in New Issue
Block a user