mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
wire up internal messaging for safari app
This commit is contained in:
@@ -133,7 +133,7 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
};
|
||||
|
||||
BrowserApi.messageListener((window as any).bitwardenPopupMainMessageListener);
|
||||
BrowserApi.messageListener('app.component', (window as any).bitwardenPopupMainMessageListener);
|
||||
|
||||
this.router.events.subscribe((event) => {
|
||||
if (event instanceof NavigationEnd) {
|
||||
|
||||
Reference in New Issue
Block a user