Cambio de tipo

Cambio en un atributo del tipo de usuario
This commit is contained in:
Traym17 2022-07-13 23:12:11 -06:00
parent 25d2edb726
commit 425119ce9c
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ const FormAdminSistema = () => {
email: document.getElementById('correo_electronico').value,
phone: document.getElementById('telefono').value,
password: document.getElementById('correo_electronico').value,
user_type: "1",
status: "2"
user_type: "1", //1 es admin
status: "1"
};
// console.log(data);