Skip to content

Commit

Permalink
chore(orcid): bump profile api
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Dec 20, 2024
1 parent 0d44b98 commit b08d889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth/socialaccount/providers/orcid/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OrcidOAuth2Adapter(OAuth2Adapter):

authorize_url = "https://{0}/oauth/authorize".format(base_domain)
access_token_url = "https://{0}/oauth/token".format(api_domain)
profile_url = "https://{0}/v2.1/%s/record".format(api_domain)
profile_url = "https://{0}/v3.0/%s/record".format(api_domain)

def complete_login(self, request, app, token, **kwargs):
params = {}
Expand Down

0 comments on commit b08d889

Please sign in to comment.