You've already forked authentication-service
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user