mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
auth: added console.log for debugging
This commit is contained in:
parent
b8aea3575e
commit
e8a2e04562
1 changed files with 1 additions and 0 deletions
|
@ -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[:/?!](.*)$/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue