Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Jun 23, 2019
1 parent 24f5675 commit 47877a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,11 @@ function createWindow() {
})

// Actions

ipcMain.on('login-attempt', async (event, loginEmailPw) => {
startLogin(false, loginEmailPw)
})

// wait function
// wait helper function
async function wait(ms) {
return new Promise(resolve => {
setTimeout(resolve, ms)
Expand Down

0 comments on commit 47877a5

Please sign in to comment.