feat: fetch username of owner and description in easy captcha method

This commit is contained in:
Aravinth Manivannan
2024-01-05 01:02:27 +05:30
parent 3b8051159d
commit c70a30e640
7 changed files with 208 additions and 145 deletions

View File

@@ -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)]