Skip to content

Commit 3ea2745

Browse files
committed
cleanup
1 parent ecfcd9e commit 3ea2745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let manager
1818
* @param {Function} reply The callback handler
1919
*/
2020
function handleKeycloakUserInfo (tkn, reply) {
21-
manager.userInfo(tkn.get(), reply).then((userInfo) => {
21+
manager.userInfo(tkn.get()).then((userInfo) => {
2222
const { scope, expiresIn } = tkn.getData()
2323
const userData = { credentials: Object.assign({ scope }, userInfo) }
2424

0 commit comments

Comments
 (0)