mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
debugfix/Adding session to console.log
This commit is contained in:
parent
21ce2d0c11
commit
11a126b51f
@ -68,6 +68,8 @@ export default class OauthAccessTokenMiddleware implements ExpressMiddlewareInte
|
||||
console.error(`VITE_OBP_API_EXPLORER_HOST: ${obpExplorerHome}`)
|
||||
}
|
||||
console.log(`OauthAccessTokenMiddleware.ts use says: Will redirect to: ${obpExplorerHome}`)
|
||||
console.log(session)
|
||||
|
||||
response.redirect(`${obpExplorerHome}`)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user