Skip to content

Commit

Permalink
debugfix/Adding console.log during OAuth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonredfern committed Dec 9, 2024
1 parent cee9d60 commit 21ce2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/middlewares/OauthAccessTokenMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default class OauthAccessTokenMiddleware implements ExpressMiddlewareInte
if(!obpExplorerHome) {
console.error(`VITE_OBP_API_EXPLORER_HOST: ${obpExplorerHome}`)
}
console.log(`OauthAccessTokenMiddleware.ts use says: Will redirect to: ${obpExplorerHome}`)
response.redirect(`${obpExplorerHome}`)
}
}
Expand Down

0 comments on commit 21ce2d0

Please sign in to comment.