]> nmode's Git Repositories - signal-cli/commitdiff
Use challenge captchas for proof required exception
authorAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 17:32:13 +0000 (19:32 +0200)
committerAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 17:32:13 +0000 (19:32 +0200)
src/main/java/org/asamk/signal/util/ErrorUtils.java

index 8e824d34c70efde264eca0140b8569cb815adfd2..e40ed2183fc54f39ef71c585aa2bda600b9a7048 100644 (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"
                                             + "Everything after signalcaptcha:// is the captcha token.\n"
                                             + "Use the following command to submit the captcha token:\n"
                                             + "Check the developer tools (F12) console for a failed redirect to signalcaptcha://\n"
                                             + "Everything after signalcaptcha:// is the captcha token.\n"
                                             + "Use the following command to submit the captcha token:\n"