Skip to content

Commit efd5c39

Browse files
committed
Add visibility toggle for password field
1 parent 597eb46 commit efd5c39

File tree

8 files changed

+334
-49
lines changed

8 files changed

+334
-49
lines changed

backend/question-service/src/models/Question.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ const questionSchema: Schema<IQuestion> = new mongoose.Schema(
2020
},
2121
category: {
2222
type: [String],
23-
enum: [
24-
"Strings",
25-
"Algorithms",
26-
"Data Structures",
27-
"Bit Manipulation",
28-
"Recursion",
29-
"Databases",
30-
"Arrays",
31-
"Brainteaser",
32-
],
3323
required: true,
3424
},
3525
},

0 commit comments

Comments
 (0)