mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
Update User.js
This commit is contained in:
@@ -17,6 +17,7 @@ const UserSchema = Schema({
|
|||||||
minLength: 3,
|
minLength: 3,
|
||||||
maxLength: 50,
|
maxLength: 50,
|
||||||
trim: true,
|
trim: true,
|
||||||
|
sparse: true,
|
||||||
},
|
},
|
||||||
googleId: {
|
googleId: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user