Skip to content

Commit

Permalink
Support up to two PIN protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Feb 28, 2024
1 parent e45b0c4 commit f0db7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctap2/get_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct Response {

// 0x06
#[serde(skip_serializing_if = "Option::is_none")]
pub pin_protocols: Option<Vec<u8, 1>>,
pub pin_protocols: Option<Vec<u8, 2>>,

// 0x07
// FIDO_2_1
Expand Down

0 comments on commit f0db7ac

Please sign in to comment.