Add more informative error response on incorrect CAPTCHA

This commit is contained in:
Omar Roth 2018-11-17 13:26:24 -06:00
parent d185ba84bf
commit cd482cfd89
2 changed files with 7 additions and 2 deletions

View file

@ -251,7 +251,7 @@ def validate_response(challenge, token, user_id, operation, key, db)
end
if challenge_user_id != user_id
raise "Invalid token"
raise "Invalid user"
end
if expire < Time.now.to_unix