Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Dec 13, 2023
1 parent 50ebcf8 commit 7f849f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async fn verify_page(
}})
if (res.ok) alert('Successfully verified! You can now close this and go back to the group.')
else if (res.status === 429) alert('This World ID has already been used to join this group. You can\'t do it again!')
else if (res.status === 429) alert('This World ID has already been used to join this group. You can\\'t do it again!')
else alert('Something went wrong, please try again later.')
window.close()
Expand Down

0 comments on commit 7f849f6

Please sign in to comment.