This commit is contained in:
arnaucode
2017-01-26 14:12:41 +01:00
parent 453225ad33
commit f0c9c373d0
4 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ var userSchema = new Schema({
password: { type: String, required: true, selected: false },
token: { type: String, selected: false },
description: { type: String, default: "Hello world" },
avatar: { type: String, default: "racoon" },
avatar: { type: String, default: "img/avatars/racoon.png" },
email: { type: String, required: true },
phone: { type: String },
telegram: { type: String },