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 d5c3fa1 commit 9863975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
if (cred) {
let clientData = JSON.parse(new TextDecoder().decode(cred.response));
console.log(clientData);
console.log(clientData.user.name);
alert("User Credentials :" + JSON.stringify(cred));
console.log(cred);
}
});
} else {
Expand Down

0 comments on commit 9863975

Please sign in to comment.