Browse Source

faircoin public key added to user model

master
arnaucode 7 years ago
parent
commit
20a3238ec6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/userModel.js

+ 1
- 0
models/userModel.js

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

Loading…
Cancel
Save