Skip to content
Snippets Groups Projects
Commit 96dd620f authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

CEP required

parent f4c2f4e1
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!80Fix password bug
Pipeline #
......@@ -32,6 +32,10 @@ var UserSchema = new Schema({
unique: true,
required: [true, 'O campo CPF é obrigatório.']
},
cep:{
type: String,
required: [true, 'O campo CEP é obrigatório.']
},
schooling: {
type: String,
required: [true, 'O campo Formação é obrigatório.']
......
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