Skip to content

Commit

Permalink
Merge 7296c0c into 25141a5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgv99 committed Sep 4, 2018
2 parents 25141a5 + 7296c0c commit edd977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Keycloak.prototype.getGrant = function (request, response) {
self.storeGrant(grant, request, response);
return grant;
})
.catch(() => { return Promise.reject(); });
.catch((error) => { return Promise.reject(error); });
}

return Promise.reject();
Expand Down

0 comments on commit edd977e

Please sign in to comment.