agregar consulta
This commit is contained in:
@@ -43,6 +43,7 @@ app.post("/ingresarAlumno", async (req, res) => {
|
||||
while(passwordUser.charCodeAt(passwordUser.length-1) === 32){
|
||||
passwordUser= passwordUser.substring(0, passwordUser.length - 1)
|
||||
}
|
||||
console.log(numeroCuenta, passwordEscolares, passwordUser)
|
||||
if(passwordEscolares === passwordUser){
|
||||
const informacionAlumnoEnviar = {
|
||||
nombre: informacionAlumno.nombre,
|
||||
|
||||
Reference in New Issue
Block a user