You've already forked authentication-service
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:
@ -1995,6 +1995,13 @@
|
||||
"enum": [
|
||||
"cloudflare_turnstile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Use ``HCaptcha``",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"hcaptcha"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user