From 3d41a35949b10df1aee65c102e0e5e0736ef280e Mon Sep 17 00:00:00 2001 From: Gautam Anand Date: Fri, 18 Oct 2024 00:24:07 -0500 Subject: [PATCH] fdg --- components/home.js | 1 + 1 file changed, 1 insertion(+) 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)