Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 15, 2024
1 parent 56bb994 commit 5a7a4a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
CI: false
NEXT_PUBLIC_API_URL: staging.worldguessr.com
NEXT_PUBLIC_GOOGLE_CLIENT_ID: 471080734176-vm588te8pig8tnmvi00b5hr143d64qjk.apps.googleusercontent.com
# add more env vars here

steps:
Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ 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 5a7a4a9

Please sign in to comment.