1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-12 02:22:41 +03:00

Render reCAPTCHA challenge on the registration form

This commit is contained in:
Quentin Gliech
2024-05-10 17:17:19 +02:00
parent c422c29a60
commit a3beeb2398
18 changed files with 342 additions and 19 deletions

View File

@@ -145,7 +145,8 @@ impl Options {
&config.matrix,
&config.experimental,
&config.passwords,
);
&config.captcha,
)?;
// Load and compile the templates
let templates =