Fix connect to GitHub (#937)

This commit is contained in:
Tanuj Mittal 2021-07-14 15:10:19 -07:00 committed by GitHub
parent c665c4bb7a
commit 62b483d740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ window.addEventListener("load", async () => {
if (openerWindow) {
const params = new URLSearchParams(document.location.search);
await postRobot.send(
window,
openerWindow,
GitHubConnectorMsgType,
{
state: params.get("state"),