debug customUrl
This commit is contained in:
parent
9f59074b0e
commit
ea3cecbfcf
|
|
@ -372,6 +372,7 @@
|
|||
}
|
||||
|
||||
function handleLoggedInResponse(customUrl) {
|
||||
console.log("handleLoggedInResponse", customUrl);
|
||||
try {
|
||||
const url = new URL(customUrl);
|
||||
window.location.href = customUrl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue