Skip to content

Commit

Permalink
missing second parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vencax committed Nov 20, 2020
1 parent a378469 commit bad35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function indexMiddleWare (req, res) {

module.exports = {
auth: authMiddleWareInit(oauth2),
callback: callbackMiddleWareInit(oauth2),
callback: callbackMiddleWareInit(oauth2, oauthProvider),
success: (req, res) => { res.send('') },
index: indexMiddleWare
}

0 comments on commit bad35f2

Please sign in to comment.