Fixed oauth exception
This commit is contained in:
parent
da49c74f7b
commit
d845259edb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class AuthorizationException extends AngelHttpException {
|
|||
: super(
|
||||
stackTrace: stackTrace,
|
||||
message: '',
|
||||
//error: error,
|
||||
error: error,
|
||||
statusCode: statusCode ?? 400);
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue