Skip to content

Commit

Permalink
Regression: For some reason the integration tests dislike hiding pass…
Browse files Browse the repository at this point in the history
…word
  • Loading branch information
Tencho Tenev committed Jun 16, 2017
1 parent a0e6c7c commit 4ccd19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/user/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const userSchema = new Schema({
password: {
type: String,
required: true,
minlength: 6,
select: false
minlength: 6
},
name: {
type: String,
Expand Down

0 comments on commit 4ccd19e

Please sign in to comment.