ctap2-proto: Remove all fields from authenticator::client_pin::Response::SetPin

This response type has no fields.
main
Nick Zana 11 months ago
parent 54028012a8
commit 7827fb82fe

@ -61,11 +61,7 @@ pub enum Response {
GetKeyAgreement {
key_agreement: cosey::PublicKey,
},
SetPin {
key_agreement: coset::CoseKey,
new_pin_encrypted: [u8; 64],
pin_uv_auth_param: (),
},
SetPin,
ChangePin,
GetPinToken,
GetPinUvAuthTokenUsingUvWithPermissions {

Loading…
Cancel
Save