Skip to content

Commit

Permalink
dfvf
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 18, 2024
1 parent 3d41a35 commit a859ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ setShowCountryButtons(false)
window.verified = true;
}
ws.send(JSON.stringify({ type: "verify", secret, tz}))
} else if(inCrazyGames && window.verifyPayload) {
} else if(window.verifyPayload) {
console.log("sending verify from verifyPayload")
ws.send(window.verifyPayload)

Expand Down

0 comments on commit a859ab9

Please sign in to comment.