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 24, 2023
1 parent 71196f8 commit 5f50c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/user/read.user.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const jwtHelpers = require('../../service-library/helpers/jwt.helpers')

router.get('/', async (req, res, next) => {
try {
logger.debug(res)
logger.debug(JSON.stringify(res))

if (!res.locals.identity) {
Expand Down

0 comments on commit 5f50c36

Please sign in to comment.