merged with main branch to clear the testing commits
This commit is contained in:
@@ -21,7 +21,6 @@ const AuthSchema: Schema = new Schema({
|
||||
Password: {
|
||||
type: String,
|
||||
min: 8,
|
||||
// required: true,
|
||||
},
|
||||
isArchive: { type: Boolean, default: false },
|
||||
lastPasswordReset: { type: Number },
|
||||
|
||||
Reference in New Issue
Block a user