Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Adebiyiart7 authored Jan 25, 2023
1 parent 9863975 commit c79868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Send the assertion to the server for verification
alert(JSON.stringify(assertion))
console.log("assertion", assertion)
console.log(JSON.parse(new TextDecoder().decode(assertion)))
console.log(JSON.parse(new TextDecoder().decode(assertion.response.clientDataJSON)))
fetch("/verify", {
method: "POST",
body: assertion,
Expand Down

0 comments on commit c79868f

Please sign in to comment.