ctap2-proto: fix typo in Command enum variant

main
Nick Zana 10 months ago
parent 0d00f1b536
commit 4f589f4525

@ -86,5 +86,5 @@ pub enum Command {
AuthenticatorLargeBlobs = 0x0C,
AuthenticatorConfig = 0x0D,
PrototypeAuthenticatorBioEnrollment = 0x40,
PrototypeAuthenticatorCredentialmanagement = 0x41,
PrototypeAuthenticatorCredentialManagement = 0x41,
}

Loading…
Cancel
Save