thread Version updated

This commit is contained in:
2025-06-23 16:42:47 +05:30
parent 3ec45276f4
commit 20509c268a
8 changed files with 155 additions and 107 deletions

View File

@@ -12,6 +12,10 @@ const AuthSchema: Schema = new Schema({
userName: {
type: String,
required: true,
},role: {
type: String,
default: "User",
enum: ["User", "Admin"],
},
Email: {
type: String,