diff --git a/protocol/credential.go b/protocol/credential.go index 661090b5..d39c3894 100644 --- a/protocol/credential.go +++ b/protocol/credential.go @@ -51,8 +51,8 @@ type CredentialCreationResponse struct { type ParsedCredentialCreationData struct { ParsedPublicKeyCredential Response ParsedAttestationResponse + Transports []AuthenticatorTransport Raw CredentialCreationResponse - Transports []AuthenticatorTransport `json:"transports,omitempty"` } func ParseCredentialCreationResponse(response *http.Request) (*ParsedCredentialCreationData, error) {