Skip to content

Commit

Permalink
fix(github): fix github enterprise authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabertelli committed Oct 25, 2023
1 parent cbe5389 commit 900ba04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/auth/read.auth.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ router.get(
failureMessage: true
}),
async function (req, res, next) {
console.debug(req)
console.debug(JSON.stringify.req)
console.debug(res)
console.debug(JSON.stringify.res)
res.redirect(global.redirect)
res.status(200)
}
Expand Down

0 comments on commit 900ba04

Please sign in to comment.