socket io is connecting
This commit is contained in:
@ -15,7 +15,8 @@ var userSchema = new mongoose.Schema({
|
||||
gender: { type: String, default: '' },
|
||||
location: { type: String, default: '' },
|
||||
website: { type: String, default: '' },
|
||||
picture: { type: String, default: '' }
|
||||
picture: { type: String, default: '' },
|
||||
username: { type: String, default: '' }
|
||||
},
|
||||
|
||||
resetPasswordToken: String,
|
||||
|
Reference in New Issue
Block a user