From c526fef48e0f8b5acd05a6b269292a261ec5d469 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 3 Jun 2019 16:25:38 -0400 Subject: [PATCH] fix: force cross domain for authentication call --- src/authenticate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authenticate.js b/src/authenticate.js index 4b13067..06b207a 100644 --- a/src/authenticate.js +++ b/src/authenticate.js @@ -37,6 +37,7 @@ function doAuthenticate() { $.ajax({ url: authenticateURL, + crossDomain: true, dataType: 'jsonp' }).always(() => { console.log('got token')