mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Removed unneeded alert/info functionality from notificationBar
This commit is contained in:
@@ -104,9 +104,6 @@ export default class RuntimeBackground {
|
||||
case 'bgGetDataForTab':
|
||||
await this.getDataForTab(sender.tab, msg.responseCommand);
|
||||
break;
|
||||
case 'bgOpenNotificationBar':
|
||||
await BrowserApi.tabSendMessageData(sender.tab, 'openNotificationBar', msg.data);
|
||||
break;
|
||||
case 'bgCloseNotificationBar':
|
||||
await BrowserApi.tabSendMessageData(sender.tab, 'closeNotificationBar');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user