debug customUrl

This commit is contained in:
Nuwan 2024-11-23 10:23:40 +05:30
parent 9f59074b0e
commit ea3cecbfcf
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@
}
function handleLoggedInResponse(customUrl) {
console.log("handleLoggedInResponse", customUrl);
try {
const url = new URL(customUrl);
window.location.href = customUrl;