Skip to content

Commit

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

console.log('Reem');

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

0 comments on commit a388f65

Please sign in to comment.