Initial commit

This commit is contained in:
payacom
2026-07-07 12:29:12 +03:30
parent 59c7c8e11c
commit 5719818b9d
8 changed files with 54 additions and 13 deletions

View File

@@ -16,6 +16,11 @@ const userSchema = new mongoose.Schema({
maxLength: 6,
default: null
},
otpSentAt: {
type: Date,
required: false,
default: null
},
user_name: {
type: String,
required: false,