From d845259edb9fbb9a9c71ec6d4c3caf93f2ef9bbe Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 25 Apr 2022 09:28:07 +0800 Subject: [PATCH] Fixed oauth exception --- packages/oauth2/lib/src/exception.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oauth2/lib/src/exception.dart b/packages/oauth2/lib/src/exception.dart index bae0499d..b92536fe 100644 --- a/packages/oauth2/lib/src/exception.dart +++ b/packages/oauth2/lib/src/exception.dart @@ -9,7 +9,7 @@ class AuthorizationException extends AngelHttpException { : super( stackTrace: stackTrace, message: '', - //error: error, + error: error, statusCode: statusCode ?? 400); @override