diff --git a/proxmox-tfa/src/u2f.rs b/proxmox-tfa/src/u2f.rs index 9593e277..95aa41a1 100644 --- a/proxmox-tfa/src/u2f.rs +++ b/proxmox-tfa/src/u2f.rs @@ -104,7 +104,7 @@ pub struct RegistrationResponse { /// include the registered keys. /// /// Part of the U2F API, therefore `camelCase`. -#[derive(Deserialize, Serialize)] +#[derive(Clone, Debug, Deserialize, Serialize)] #[serde(rename_all = "camelCase")] pub struct AuthChallenge { pub challenge: String,