We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab3ef5 commit 3d37f87Copy full SHA for 3d37f87
package.json
@@ -31,7 +31,7 @@
31
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32
"test": "npm run lint && npm run jest"
33
},
34
- "version": "0.7.2",
+ "version": "0.7.3",
35
"dependencies": {
36
"auth0-js": "^6.8.4",
37
"isomorphic-fetch": "^2.2.1",
src/services/api.js
@@ -95,6 +95,7 @@ class Api {
95
} else lastApiCallTimestamp = now;
96
}
97
98
+ logger.log(`Fetching: ${endpoint}`, `Auth: ${headers.Authorization}`);
99
return fetch(`${base}${endpoint}`, {
100
...options,
101
headers,
0 commit comments