mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Fix connect to GitHub (#937)
This commit is contained in:
@@ -12,7 +12,7 @@ window.addEventListener("load", async () => {
|
|||||||
if (openerWindow) {
|
if (openerWindow) {
|
||||||
const params = new URLSearchParams(document.location.search);
|
const params = new URLSearchParams(document.location.search);
|
||||||
await postRobot.send(
|
await postRobot.send(
|
||||||
window,
|
openerWindow,
|
||||||
GitHubConnectorMsgType,
|
GitHubConnectorMsgType,
|
||||||
{
|
{
|
||||||
state: params.get("state"),
|
state: params.get("state"),
|
||||||
|
|||||||
Reference in New Issue
Block a user