Skip to content

Commit

Permalink
update cloudflare pages name -- migration (use initial callback) WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 14, 2023
1 parent d4c0206 commit 5bee5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/netlify-cms-auth/src/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function postMessageHTML({ status, data }: PostMessageHTMLArgs) {
/^https:\\\\/\\\\/[-_\\\\w]+\\\\.starknet-netlify-cms\\\\.pages\\\\.dev$/.test(message.origin)
);
if (!allowedOrigin) return;
//if (!allowedOrigin) return;
if (message.data !== "authorizing:github") return;
window.opener.postMessage(
Expand Down

0 comments on commit 5bee5e7

Please sign in to comment.