This commit is contained in:
2024-11-02 18:01:37 +05:00
parent 2435aa2814
commit c02176d4a7
22 changed files with 563 additions and 32 deletions
+3
View File
@@ -11,6 +11,9 @@ const userSchema = new Schema(
type: String,
required: true,
},
resetCode: {
type: String,
},
companyId: {
type: Schema.Types.ObjectId,
ref: "Company",