mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-07-31 07:53:27 +08:00
v1.4.1
This commit is contained in:
@ -120,7 +120,7 @@ class JWT {
|
||||
}
|
||||
} catch (ex) {
|
||||
if (throwUndefinedErrors) {
|
||||
throw ex;
|
||||
rethrow;
|
||||
} else {
|
||||
throw JWTInvalidError('invalid token');
|
||||
}
|
||||
|
Reference in New Issue
Block a user