diff --git a/src/config.js b/src/config.js index 8385e7ead..f21f38de6 100644 --- a/src/config.js +++ b/src/config.js @@ -20,6 +20,7 @@ OHIF.user.getAccessToken = () => { // TODO: Get the Redux store from somewhere else const state = window.store.getState() if (!state.oidc || !state.oidc.user) { + console.warn('failed to grab access token') return }