removed picture selectors on account page

This commit is contained in:
Sahat Yalkabov
2013-12-06 01:14:10 -05:00
parent 1affaa4859
commit 52827c7c9b
3 changed files with 2 additions and 28 deletions

View File

@ -21,7 +21,7 @@ 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: 'http://bit.ly/1cppDAL' }
},
// API access tokens