From 02b59e7fe488fd4224d25d92fc085dddd416ea7b Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Sat, 16 Jul 2022 02:36:25 -0600 Subject: [PATCH] =?UTF-8?q?remover=20informaci=C3=B3n=20innecesaria=20para?= =?UTF-8?q?=20registro=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 96b86e40..64a455e0 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -7,12 +7,7 @@ import { Column } from 'primereact/column' const Inquilinos = () => { function registrarInquilino() { let data = { - dni: document.getElementById('identificacion').value, - name: document.getElementById('nombre').value, - last_name: document.getElementById('apellidos').value, email: document.getElementById('correo_electronico').value, - phone: document.getElementById('telefono').value, - password: document.getElementById('correo_electronico').value, user_type: '1', //1 es admin status: '1', }