Skip to content
Snippets Groups Projects
Commit 20fa0d39 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

made course field not required

parent b76f529f
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!25Auth
Pipeline #
......@@ -30,7 +30,6 @@ var UserSchema = new Schema({
},
course: {
type: String,
required: true
},
segment: {
type: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment