Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck committed Jul 31, 2017
1 parent 3ea2745 commit e369bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -108,7 +108,7 @@ function strategy (server) {
*/
function plugin (server, opts, next) {
opts = verify(opts)
manager = new GrantManager(opts)
manager = new GrantManager(opts.client)
cache.init(server, opts.cache)

server.auth.scheme('keycloak-jwt', strategy)
Expand Down

0 comments on commit e369bd6

Please sign in to comment.