Skip to content

Commit

Permalink
fix: force cross domain for authentication call
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Jun 3, 2019
1 parent e30dbb3 commit c526fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authenticate.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function doAuthenticate() {

$.ajax({
url: authenticateURL,
crossDomain: true,
dataType: 'jsonp'
}).always(() => {
console.log('got token')
Expand Down

0 comments on commit c526fef

Please sign in to comment.