]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/person.rs
Merge pull request #1535 from LemmyNet/rust_captcha_features
[lemmy.git] / crates / api_common / src / person.rs
index c4f8adbf931c463c9184127648f0598bb8ce5337..bcbfa7292778aebe3c50c8ec1824e8a955aaae56 100644 (file)
@@ -39,8 +39,8 @@ pub struct GetCaptchaResponse {
 
 #[derive(Serialize)]
 pub struct CaptchaResponse {
-  pub png: String,         // A Base64 encoded png
-  pub wav: Option<String>, // A Base64 encoded wav audio
+  pub png: String, // A Base64 encoded png
+  pub wav: String, // A Base64 encoded wav audio
   pub uuid: String,
 }