Skip to content

Commit

Permalink
fgh
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 15, 2024
1 parent 86e4a6f commit 56bb994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ Key is saved at: /etc/letsencrypt/live/www.worldguessr.com/privkey.pem
}
if (json.type === 'verify') {
// account verification
console.log(json.secret);
if((!json.secret) ||(json.secret === 'not_logged_in')) {
if(!player.verified) {

Expand Down

0 comments on commit 56bb994

Please sign in to comment.