mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
wire up internal messaging for safari app
This commit is contained in:
@@ -76,7 +76,7 @@ export default class RuntimeBackground {
|
||||
|
||||
await this.checkOnInstalled();
|
||||
|
||||
BrowserApi.messageListener(async (msg: any, sender: any, sendResponse: any) => {
|
||||
BrowserApi.messageListener('runtime.background', async (msg: any, sender: any, sendResponse: any) => {
|
||||
await this.processMessage(msg, sender, sendResponse);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user