mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Use challenge captchas for proof required exception
This commit is contained in:
parent
9b102c49d0
commit
b07200342a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class ErrorUtils {
|
|||
+ (
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue