From c94b6d6ef2bf426aebea2253f0e506abf15cacc7 Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 8 Apr 2021 17:32:32 +0200 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index f4d5cf6..dd2f6ca 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -8,5 +8,8 @@ To see the URL you can open the browser developer tools (F12) before completing Check the console in the developer tools for a redirect starting with `signalcaptcha://` Everything after `signalcaptcha://` is the captcha token. +![](https://user-images.githubusercontent.com/292790/113993106-a8cd5280-9886-11eb-9380-4afe7b71482f.png) -Then execute the `register` command again with the `--captcha` argument (https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#register) \ No newline at end of file +Then execute the `register` command again with the `--captcha` argument (https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#register) + +If you do not get any error, you can proceed with the verify command.