further progress on the form and add angular inline
This commit is contained in:
@ -293,6 +293,14 @@ var userSchema = new mongoose.Schema({
|
||||
coderbyteProfile: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
codepenProfile: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
twitterHandle: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
portfolio: {
|
||||
|
Reference in New Issue
Block a user