login
This commit is contained in:
@@ -32,7 +32,7 @@ export default function handler(req, res) {
|
||||
function(err) {
|
||||
if (err) {
|
||||
msg={ msg: 'Err400D' };
|
||||
// res.status(400).send({ msg: 'Err400D' });
|
||||
res.status(400).send({ msg: 'Err400D' });
|
||||
// return console.log(err.message);
|
||||
}
|
||||
// console.log('message');
|
||||
|
||||
Reference in New Issue
Block a user