Skip to content

Commit

Permalink
fix: Handle client signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed May 2, 2024
1 parent 0a20236 commit 4f6ca76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dj_rest_auth/registration/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def validate(self, attrs):
adapter.access_token_method,
adapter.access_token_url,
self.callback_url,
scope,
scope_delimiter=adapter.scope_delimiter,
headers=adapter.headers,
basic_auth=adapter.basic_auth,
Expand Down

0 comments on commit 4f6ca76

Please sign in to comment.