Skip to content

Commit 6550152

Browse files
committed
Added webid-oidc error log
1 parent c5d3fe3 commit 6550152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/api/authn/webid-oidc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ function initialize (app, argv) {
6060
error.statusText = 'Invalid login'
6161
error.cause = err
6262

63+
console.error(err)
64+
6365
next(error)
6466
})
6567
})

0 commit comments

Comments
 (0)