mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
feat: fetch username of owner and description in easy captcha method
This commit is contained in:
@@ -397,6 +397,10 @@ pub struct EasyCaptcha {
|
||||
pub traffic_pattern: TrafficPattern,
|
||||
/// captcha key/sitekey
|
||||
pub key: String,
|
||||
/// captcha description
|
||||
pub description: String,
|
||||
/// Owner of the captcha configuration
|
||||
pub username: String,
|
||||
}
|
||||
|
||||
#[derive(Default, PartialEq, Serialize, Deserialize, Clone, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user