Skip to content

Commit d8748d0

Browse files
committed
electron app updated to connect to heroku server
1 parent 71c5c8d commit d8748d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/electron/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ ipcMain.on('github', event => {
379379
const githubURL = isDev
380380
? `http://localhost:${DEV_PORT}/auth/github`
381381
: `https://reactype-caret.herokuapp.com/auth/github`;
382+
console.log(githubURL);
382383
const options = {
383384
client_id: process.env.GITHUB_ID,
384385
client_secret: process.env.GITHUB_SECRET,

0 commit comments

Comments
 (0)