improve the profile layout and start building the public profile view
This commit is contained in:
@ -271,6 +271,10 @@ var userSchema = new mongoose.Schema({
|
||||
lowercase: true,
|
||||
trim: true
|
||||
},
|
||||
bio: {
|
||||
type: String,
|
||||
defaults: ''
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
default: ''
|
||||
|
Reference in New Issue
Block a user