diff --git a/src/redux/user/sagas.js b/src/redux/user/sagas.js index 4faeefa..db6a06a 100644 --- a/src/redux/user/sagas.js +++ b/src/redux/user/sagas.js @@ -104,6 +104,7 @@ function* loadMapSaga(path) { function* mapInitSaga() { const { hash } = getUrlData(); + console.log('got credentials', window.location); if (hash && /^#map/.test(hash)) { const [, newUrl] = hash.match(/^#map[:/?!](.*)$/);