Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 14, 2025
1 parent c506ccf commit 0dfcbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injected/src/features/navigator-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class NavigatorInterface extends ContentFeature {
* @throws {Error}
*/
createMessageBridge(featureName) {
return createPageWorldBridge(featureName, args.messageSecret);
return createPageWorldBridge(featureName, args.messageSecret || args.messagingConfig.messageSecret);
},
},
enumerable: true,
Expand Down

0 comments on commit 0dfcbf1

Please sign in to comment.