Skip to content

Commit

Permalink
change to using https
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeters committed Jul 25, 2018
1 parent c021438 commit 790023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_modules/orcid-oauth-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OcridOAuthUtil.prototype.getAuthUrl = function(redirect_uri, state) {
}

OcridOAuthUtil.prototype.fullOrcid = function(orcidId) {
return this.ORCID_URL.replace('https://', 'http://') + '/' + orcidId;
return this.ORCID_URL + '/' + orcidId;
}


Expand Down

0 comments on commit 790023f

Please sign in to comment.