Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codervivek5 committed Jun 21, 2024
1 parent 80a435c commit f12b0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Backend Code/Backend_NodeJS/models/User.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const userSchema = new mongoose.Schema({
password: { type: String, required: true },
});

// mobile with otp, login with google , login with fb

const User = mongoose.model('User',userSchema);

module.exports = User;

0 comments on commit f12b0cc

Please sign in to comment.