Added gender to user schema and radio buttons to account page
This commit is contained in:
@ -18,6 +18,7 @@ var userSchema = new mongoose.Schema({
|
||||
profile: {
|
||||
name: { type: String, default: '' },
|
||||
email: { type: String, default: '' },
|
||||
gender: { type: String, default: '' },
|
||||
location: { type: String, default: '' },
|
||||
website: { type: String, default: '' },
|
||||
picture: { type: String, default: '' }
|
||||
|
Reference in New Issue
Block a user