Skip to content

Commit

Permalink
add log for auth callback
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Oct 25, 2018
1 parent 152dfc2 commit 2236139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/auth/github/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const config = require('../../../config')
const response = require('../../../response')
const {setReturnToFromReferer, passportGeneralCallback} = require('../utils')

console.log(config.serverURL);
let githubAuth = module.exports = Router()

passport.use(new GithubStrategy({
Expand Down

0 comments on commit 2236139

Please sign in to comment.