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 75c9c00 commit 6eb3d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/forgotpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function fetchUser(username/*, userEmail*/){
});
userData = tempDoc;
})
userStr = JSON.stringify(userData, null, 4);
var userStr = JSON.stringify(userData, null, 4);
console.log("User data = " + userStr);
//if(userData.userEmail == userEmail){
return userData;
Expand Down

0 comments on commit 6eb3d1a

Please sign in to comment.