- Fixes for missing signup imports
This commit is contained in:
@@ -15,7 +15,7 @@ const PhoneSchema = new mongoose.Schema(
|
||||
label: {
|
||||
type: String,
|
||||
required: true,
|
||||
enum: [ 'home', 'mobile' ],
|
||||
enum: [ 'home', 'mobile', 'work' ],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user