Skip to content

Commit

Permalink
fix: adds target origin on post message (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Aug 9, 2023
1 parent fbc7164 commit 600b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_server/index_js.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.addEventListener("load", async () => {
})
// notify the SDK that the iframe is ready
window.parent.postMessage("verify_ready")
window.parent.postMessage("verify_ready", "*")
"#;

#[derive(Deserialize)]
Expand Down

0 comments on commit 600b7d2

Please sign in to comment.