add todo to change user_type

This commit is contained in:
Eduardo Quiros 2022-07-18 00:35:20 -06:00
parent c81f76eb10
commit 358913fe77
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const Inquilinos = () => {
function registrarInquilino() {
let data = {
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',
}
}