mirror of
https://github.com/trussed-dev/ctap-types.git
synced 2026-06-20 04:16:17 -07:00
Support up to two PIN protocols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user