Skip to content

Commit

Permalink
Restore setting the iframe src
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 18, 2023
1 parent 6bbc27b commit f1e3cbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export async function bootPlaygroundRemote() {
await workerApi.scope,
serviceWorkerUrl + ''
);
wpFrame.src = await playground.pathToInternalUrl('/wp-login.php');
setupPostMessageRelay(wpFrame, getOrigin(await playground.absoluteUrl));

setAPIReady();
Expand Down

0 comments on commit f1e3cbf

Please sign in to comment.