Skip to content

Commit

Permalink
The redirect_uri was not being set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Apr 28, 2017
1 parent 6e79522 commit 7d843c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adsws/accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def get(self):
if scopes:
client._default_scopes = scopes
if redirect_uri:
client.redirect_uri = redirect_uri
client._redirect_uris = redirect_uri
if client_name:
client.client_name = client_name

Expand Down

0 comments on commit 7d843c2

Please sign in to comment.