mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
faircoin public key added to user model
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user