add todo to change user_type
This commit is contained in:
parent
c81f76eb10
commit
358913fe77
|
@ -6,7 +6,7 @@ const Inquilinos = () => {
|
||||||
function registrarInquilino() {
|
function registrarInquilino() {
|
||||||
let data = {
|
let data = {
|
||||||
email: document.getElementById('correo_electronico').value,
|
email: document.getElementById('correo_electronico').value,
|
||||||
user_type: '1', //1 es admin
|
user_type: '1', //1 es admin TODO: cambiar a otro valor
|
||||||
status: '1',
|
status: '1',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue