Use challenge captchas for proof required exception

This commit is contained in:
AsamK 2021-10-24 19:32:13 +02:00
parent 9b102c49d0
commit b07200342a

View file

@ -65,7 +65,7 @@ public class ErrorUtils {
+ ( + (
failure.getOptions().contains(ProofRequiredException.Option.RECAPTCHA) failure.getOptions().contains(ProofRequiredException.Option.RECAPTCHA)
? ?
"To get the captcha token, go to https://signalcaptchas.org/registration/generate.html\n" "To get the captcha token, go to https://signalcaptchas.org/challenge/generate.html\n"
+ "Check the developer tools (F12) console for a failed redirect to signalcaptcha://\n" + "Check the developer tools (F12) console for a failed redirect to signalcaptcha://\n"
+ "Everything after signalcaptcha:// is the captcha token.\n" + "Everything after signalcaptcha:// is the captcha token.\n"
+ "Use the following command to submit the captcha token:\n" + "Use the following command to submit the captcha token:\n"