We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfcd9e commit 3ea2745Copy full SHA for 3ea2745
src/index.js
@@ -18,7 +18,7 @@ let manager
18
* @param {Function} reply The callback handler
19
*/
20
function handleKeycloakUserInfo (tkn, reply) {
21
- manager.userInfo(tkn.get(), reply).then((userInfo) => {
+ manager.userInfo(tkn.get()).then((userInfo) => {
22
const { scope, expiresIn } = tkn.getData()
23
const userData = { credentials: Object.assign({ scope }, userInfo) }
24
0 commit comments