[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 01/02: comment
From: |
gnunet |
Subject: |
[libeufin] 01/02: comment |
Date: |
Mon, 25 Sep 2023 14:18:13 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository libeufin.
commit 1e4b1785f5d34c05b639803e3f6d46d5c561c445
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Sep 25 09:17:43 2023 -0300
comment
---
bank/src/main/kotlin/tech/libeufin/bank/Main.kt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
index 33f3dc7e..b6e1fc6d 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
@@ -105,7 +105,10 @@ data class BankApplicationContext(
*/
val maxAuthTokenDurationUs: Long,
/**
- * FIXME/TBD.
+ * URL where the user should be redirected to complete the captcha.
+ * It can contain the substring "{woid}" that is going to be replaced
+ * with the withdrawal operation id and should point to the where the
+ * bank SPA is located.
*/
val spaCaptchaURL: String?,
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.