diff --git a/web/app/assets/javascripts/JamServer.js b/web/app/assets/javascripts/JamServer.js index 8d67d1ce1..7a12e2daf 100644 --- a/web/app/assets/javascripts/JamServer.js +++ b/web/app/assets/javascripts/JamServer.js @@ -372,6 +372,7 @@ } function handleLoggedInResponse(customUrl) { + console.log("handleLoggedInResponse", customUrl); try { const url = new URL(customUrl); window.location.href = customUrl;