Added back flatUI CSS

This commit is contained in:
Sahat Yalkabov
2013-12-11 15:34:53 -05:00
parent e812affdb2
commit d961615a02
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,6 @@ var mongoose = require('mongoose');
var bcrypt = require('bcrypt');
var userSchema = new mongoose.Schema({
username: { type: String, unique: true, sparse: true },
password: String,