1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

hCaptcha support

This commit is contained in:
Quentin Gliech
2024-05-11 14:39:12 +02:00
parent f9ae7ae313
commit 0e270d5449
6 changed files with 18 additions and 0 deletions

View File

@ -1995,6 +1995,13 @@
"enum": [
"cloudflare_turnstile"
]
},
{
"description": "Use ``HCaptcha``",
"type": "string",
"enum": [
"hcaptcha"
]
}
]
},