mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-14 19:40:28 +00:00
proxmox-tfa: make u2f::AuthChallenge Clone + Debug
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4128c5fdb5
commit
83934e59e6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user