mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-14 23:09:10 +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.
|
/// include the registered keys.
|
||||||
///
|
///
|
||||||
/// Part of the U2F API, therefore `camelCase`.
|
/// Part of the U2F API, therefore `camelCase`.
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct AuthChallenge {
|
pub struct AuthChallenge {
|
||||||
pub challenge: String,
|
pub challenge: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user