Index: pkg/oauth2/lib/src/handle_access_token_response.dart |
diff --git a/pkg/oauth2/lib/src/handle_access_token_response.dart b/pkg/oauth2/lib/src/handle_access_token_response.dart |
index 9f9e86777801f0ef6ec0e7e6a12311b1a57b9e73..65e706e6a608514fcfa7dde4038512848c1c3d8e 100644 |
--- a/pkg/oauth2/lib/src/handle_access_token_response.dart |
+++ b/pkg/oauth2/lib/src/handle_access_token_response.dart |
@@ -8,7 +8,7 @@ import 'dart:io'; |
import 'dart:json' as JSON; |
import 'dart:uri'; |
-import '../../../../pkg/http/lib/http.dart' as http; |
+import 'package:http/http.dart' as http; |
import 'credentials.dart'; |
import 'authorization_exception.dart'; |