cambio en el texto curp
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ app.post('/registro', async(req, res) => {
|
||||
if (sqlAnswer.length != 0) {
|
||||
|
||||
console.log( "El CURP ya fue registrado anteriormente");
|
||||
res.status(200).json({ error: false, msj: "El correo ya registrado anteriormente" });
|
||||
res.status(200).json({ error: false, msj: "El CURP ya registrado anteriormente" });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user