mirror of https://github.com/jwtk/jjwt.git
commit
cb5a99265f
|
@ -193,7 +193,7 @@ try {
|
||||||
|
|
||||||
// we get here if the required claim is not present
|
// we get here if the required claim is not present
|
||||||
|
|
||||||
} catch (IncorrectClaimException) {
|
} catch (IncorrectClaimException e) {
|
||||||
|
|
||||||
// we get here if the required claim has the wrong value
|
// we get here if the required claim has the wrong value
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue