[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: fix post-oauth link
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: fix post-oauth link |
Date: |
Mon, 26 Aug 2024 19:02:14 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new d207e01 fix post-oauth link
d207e01 is described below
commit d207e010a47add5919fc1ad5faa8ce1c09738c92
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 26 19:02:10 2024 +0200
fix post-oauth link
---
scripts/demo/setup-sandcastle.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index b70202c..42dd5a1 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -445,7 +445,7 @@ KYC_OAUTH2_CLIENT_SECRET = $CHALLENGER_CLIENT_SECRET
KYC_OAUTH2_AUTHORIZE_URL = "https://$CHALLENGER_DOMAIN/authorize#setup"
KYC_OAUTH2_TOKEN_URL = "https://$CHALLENGER_DOMAIN/token"
KYC_OAUTH2_INFO_URL = "https://$CHALLENGER_DOMAIN/info"
-KYC_OAUTH2_POST_URL = "https://$EXCHANGE_DOMAIN/kyc-done"
+KYC_OAUTH2_POST_URL = "https://taler.net/en/kyc-done.html"
KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-challenger.sh
EOF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: fix post-oauth link,
gnunet <=