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

Actually verify the CAPTCHA during registration

This commit is contained in:
Quentin Gliech
2024-05-13 14:39:36 +02:00
parent 0e270d5449
commit 4d9d8a8ba3
5 changed files with 314 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ use chrono::Duration;
use url::Url;
/// Which Captcha service is being used
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub enum CaptchaService {
RecaptchaV2,
CloudflareTurnstile,