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 8fbd6fc commit a5683ab
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 @@ -61,7 +61,7 @@
}
).then(function (cred) {
if (cred) {
let clientData = JSON.parse(new TextDecoder().decode(cred.response));
let clientData = JSON.parse(new TextDecoder().decode(cred.response.clientDataJSON));
console.log(cred);
console.log(clientData);
}
Expand Down

0 comments on commit a5683ab

Please sign in to comment.