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

small fixes on some msgs

parent 533557c9
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!25Auth
Pipeline #
...@@ -78,7 +78,7 @@ userApp.post('/', (req, res, next) => { ...@@ -78,7 +78,7 @@ userApp.post('/', (req, res, next) => {
}, (req, res, next) => { }, (req, res, next) => {
if (!req.body.institution_name) { if (!req.body.institution_name) {
res.json({success: false, msg: 'O campo Intituição em que trabalha é obrigatório.'}); res.json({success: false, msg: 'O campo Instituição em que trabalha é obrigatório.'});
} else { } else {
next(); next();
} }
......
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