diff --git a/components/home.js b/components/home.js index af85c0e..7f2e709 100644 --- a/components/home.js +++ b/components/home.js @@ -826,6 +826,7 @@ setShowCountryButtons(false) } ws.send(JSON.stringify({ type: "verify", secret, tz})) } else if(inCrazyGames && window.verifyPayload) { + console.log("sending verify from verifyPayload") ws.send(window.verifyPayload)