Skip to content

Commit

Permalink
Update forgotpassword.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 25, 2023
1 parent eb33453 commit 8685a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/forgotpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ document.getElementById("answer1").addEventListener("click", async function (e)
console.log("User data = " + userStr);
console.log(user.question1);
console.log(user['question1']);
console.log(user[question1]);
console.log(Object.getOwnPropertyNames(user));


const question1 = user['question1'];
Expand Down

0 comments on commit 8685a18

Please sign in to comment.