Skip to content

Commit

Permalink
fixing testing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Reem Konsowa authored and Reem Konsowa committed Sep 15, 2024
1 parent fe2f4dd commit 15ce234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = function (User) {
return userData.uid;
}


async function storePassword(uid, password) {
if (!password) {
return;
Expand Down

0 comments on commit 15ce234

Please sign in to comment.