faircoin public key added to user model

This commit is contained in:
arnaucode
2017-01-29 19:21:01 +01:00
parent 711ee931ec
commit 20a3238ec6

View File

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