mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Use correct captcha url in test script
This commit is contained in:
parent
0686fd8e68
commit
4f5d5afc4f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ run_linked() {
|
|||
register() {
|
||||
NUMBER=$1
|
||||
PIN=$2
|
||||
echo -n "Enter a captcha token (https://signalcaptchas.org/staging/challenge/generate.html): "
|
||||
echo -n "Enter a captcha token (https://signalcaptchas.org/staging/registration/generate.html): "
|
||||
read CAPTCHA
|
||||
run_main -a "$NUMBER" register --captcha "$CAPTCHA"
|
||||
echo -n "Enter validation code for ${NUMBER}: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue