From 22361391877a03c726e544f87f61c3f0239196c0 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Thu, 25 Oct 2018 01:07:58 -0700 Subject: [PATCH] add log for auth callback --- lib/web/auth/github/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/web/auth/github/index.js b/lib/web/auth/github/index.js index ece634ba..34979906 100644 --- a/lib/web/auth/github/index.js +++ b/lib/web/auth/github/index.js @@ -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({