challenger

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

commit 19f7fe191de38997bb777a588ed50e189b97a3dc
parent 9a2d56bf533000a0f5e8931f1243d49fcef95afa
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 20:09:02 +0200

text fix in SPA fallback page

Diffstat:
Mcontrib/spa/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/spa/index.html b/contrib/spa/index.html @@ -6,6 +6,6 @@ available.</p> <p>Please make sure the page is installed and the <code>SPA_DIR</code> option in the <code>[challenger]</code> section of - the taler-merchant configuration is set correctly.</p> + the challenger configuration is set correctly.</p> </body> </html>