Skip to content

Commit

Permalink
Merge pull request #2110 from w3c/mm/2082-publickeycredentialdescript…
Browse files Browse the repository at this point in the history
…orjson-ordering

Reorder PublicKeyCredentialDescriptorJSON values to match PublicKeyCredentialDescriptor
  • Loading branch information
MasterKale authored Aug 7, 2024
2 parents 056ed8b + a5a12f6 commit 2df9691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2993,8 +2993,8 @@ value and terminate the operation.
};

dictionary PublicKeyCredentialDescriptorJSON {
required Base64URLString id;
required DOMString type;
required Base64URLString id;
sequence<DOMString> transports;
};

Expand Down

0 comments on commit 2df9691

Please sign in to comment.