We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5c8d commit d8748d0Copy full SHA for d8748d0
app/electron/main.js
@@ -379,6 +379,7 @@ ipcMain.on('github', event => {
379
const githubURL = isDev
380
? `http://localhost:${DEV_PORT}/auth/github`
381
: `https://reactype-caret.herokuapp.com/auth/github`;
382
+ console.log(githubURL);
383
const options = {
384
client_id: process.env.GITHUB_ID,
385
client_secret: process.env.GITHUB_SECRET,
0 commit comments