Skip to content

Commit

Permalink
include webauthn id in graphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed May 31, 2024
1 parent 694345b commit 113de14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/auth/info.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ query Me {
contractAddress
credentials {
webauthn {
id
publicKey
}
}
Expand Down

0 comments on commit 113de14

Please sign in to comment.