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 21fd196 commit 994ac81
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 @@ -65,7 +65,7 @@ async function validateNewPassword(password, user){

async function fetchUser(username){
try{
const userData = [];
var userData = [];
username = username.toString();
const q = query(users, where('username', '==', username));
const getUsers = await getDocs(q).then((querySnapshot) => {
Expand Down

0 comments on commit 994ac81

Please sign in to comment.