challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 34343e70f934be58a03bb5dfa0568e5b6366a38c
parent 929e65b6f37dba1559d027a0954086eee5d2118e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Apr 2025 21:05:10 +0200

fix regression from field name change by sebas

Diffstat:
Msrc/challenger/challenger-send-sms.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger-send-sms.sh b/src/challenger/challenger-send-sms.sh @@ -2,7 +2,7 @@ # This file is in the public domain. set -eu # Set AUTH_TOKEN=... -NUMBER=$(echo "$1" | jq -r .phone) +NUMBER=$(echo "$1" | jq -r .CONTACT_PHONE) MESSAGE=$(cat -) TMPFILE=$(mktemp /tmp/sms-loggingXXXXXX) STATUS=$(curl --request "POST" \