diff --git a/web-ui/web-react/src/components/FormAdminSistema.js b/web-ui/web-react/src/components/FormAdminSistema.js index 5f82d6ef..28589551 100644 --- a/web-ui/web-react/src/components/FormAdminSistema.js +++ b/web-ui/web-react/src/components/FormAdminSistema.js @@ -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);