From c5bfd003504e4f8df338bce51e57a5c164c7fa9f Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Wed, 3 Aug 2022 21:39:00 -0600 Subject: [PATCH] =?UTF-8?q?remover=20informaci=C3=B3n=20innecesaria=20en?= =?UTF-8?q?=20registro=20inicial=20de=20inquilino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-ui/web-react/src/components/Inquilinos.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 2aabb930..55f326b4 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -103,13 +103,8 @@ const Inquilinos = () => { function registrarInquilino() { let data = { - dni: document.getElementById('identificacion').value, - name: document.getElementById('nombre').value, - last_name: document.getElementById('apellidos').value, - phone: document.getElementById('telefono').value, email: document.getElementById('correo_electronico').value, community_id: document.getElementById('numero_vivienda').value, - password: document.getElementById('password').value, user_type: '3', status: '1', };