Skip to content

Commit

Permalink
feat: store AttestationType (#4813)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem authored May 19, 2023
1 parent ccf7107 commit 819f78a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ public ObjectNode verify(JsonNode params) {

registrationData.setPublicKeyId(keyId);
registrationData.setType("public-key");
registrationData.setAttestationType(attestationData.getAttestationType());

// Support cancel request
if (cancelRequest) {
Expand Down

0 comments on commit 819f78a

Please sign in to comment.