Skip to content

Commit

Permalink
remove email from User
Browse files Browse the repository at this point in the history
  • Loading branch information
coetry committed May 2, 2019
1 parent a1a90df commit 9b0273c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/models/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const UserSchema = new mongoose.Schema({
required: true
},
username: {
type: String,
required: false
},
email: {
type: String,
required: true
},
Expand Down

1 comment on commit 9b0273c

@vercel
Copy link

@vercel vercel bot commented on 9b0273c May 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.