open new window to do interactive authentication
github-actions opened this issue · 1 comments
github-actions commented
fetch(`${process.env.URL}/sync`)
.then((response) => response.json())
.then(Progress.display);
} else {
// FIXME open new window to do interactive authentication
}
});
}
github-actions commented
Closed in 2ffc7b0