remover información innecesaria en registro inicial de inquilino

This commit is contained in:
Eduardo Quiros 2022-08-03 21:39:00 -06:00
parent d119fb68de
commit c5bfd00350
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 5 deletions

View File

@ -103,13 +103,8 @@ const Inquilinos = () => {
function registrarInquilino() { function registrarInquilino() {
let data = { 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, email: document.getElementById('correo_electronico').value,
community_id: document.getElementById('numero_vivienda').value, community_id: document.getElementById('numero_vivienda').value,
password: document.getElementById('password').value,
user_type: '3', user_type: '3',
status: '1', status: '1',
}; };