Skip to content

Commit

Permalink
comment scope in unauthorized_token function of oauth file
Browse files Browse the repository at this point in the history
  • Loading branch information
bs-bhagirath-radadiya committed Sep 22, 2023
1 parent ca841a0 commit 6625678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/backends/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def request_token_extra_arguments(self):
def unauthorized_token(self):
"""Return request for unauthorized token (first stage)"""
params = self.request_token_extra_arguments()
params.update(self.get_scope_argument())
# params.update(self.get_scope_argument())
key, secret = self.get_key_and_secret()
state = self.get_or_create_state()
response = self.request(
Expand Down

0 comments on commit 6625678

Please sign in to comment.