quick fix for Twitter auth issue

This commit is contained in:
Michael Q Larson
2014-12-28 17:40:57 -08:00
parent 58c7134c10
commit c896584b21

View File

@ -5,7 +5,6 @@ var mongoose = require('mongoose');
var userSchema = new mongoose.Schema({ var userSchema = new mongoose.Schema({
email: { email: {
type: String, type: String,
unique: true,
lowercase: true, lowercase: true,
trim: true trim: true
}, },