Skip to content

Commit

Permalink
Merge pull request #492 from web-auth/bugs/missing-schema
Browse files Browse the repository at this point in the history
Fix MDS encoding
  • Loading branch information
Spomky authored Oct 7, 2023
2 parents 97763eb + 4348a93 commit d81c428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metadata-service/src/Statement/MetadataStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ public function jsonSerialize(): array
'alternativeDescriptions' => $this->alternativeDescriptions,
'authenticatorVersion' => $this->authenticatorVersion,
'protocolFamily' => $this->protocolFamily,
'schema' => $this->schema,
'upv' => $this->upv,
'authenticationAlgorithms' => $this->authenticationAlgorithms,
'publicKeyAlgAndEncodings' => $this->publicKeyAlgAndEncodings,
Expand Down

0 comments on commit d81c428

Please sign in to comment.