Remove some mentions of omarroth

This commit is contained in:
HackerNCoder
2021-01-07 19:01:13 +01:00
parent 168376b046
commit 4d512d908d
5 changed files with 6 additions and 5 deletions

View File

@@ -427,7 +427,7 @@ def generate_captcha(key, db)
end
def generate_text_captcha(key, db)
response = make_client(TEXTCAPTCHA_URL, &.get("/omarroth@protonmail.com.json").body)
response = make_client(TEXTCAPTCHA_URL, &.get("/FIXME.json").body)
response = JSON.parse(response)
tokens = response["a"].as_a.map do |answer|