Skip to content

Commit

Permalink
- Restore back a change from version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jan 20, 2021
1 parent f6d95b0 commit 38d9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2_provider/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def get(self, request, *args, **kwargs):

uri_query = urllib.parse.urlparse(self.request.get_raw_uri()).query
uri_query_params = dict(
urllib.parse.parse_qsl(uri_query, keep_blank_values=True, strict_parsing=True)
urllib.parse.parse_qsl(uri_query, keep_blank_values=True, strict_parsing=False)
)

kwargs["application"] = application
Expand Down

0 comments on commit 38d9603

Please sign in to comment.