From 425119ce9c8d175659562d14d375f9161b3b9bae Mon Sep 17 00:00:00 2001 From: Traym17 <51390112+Traym17@users.noreply.github.com> Date: Wed, 13 Jul 2022 23:12:11 -0600 Subject: [PATCH] Cambio de tipo Cambio en un atributo del tipo de usuario --- web-ui/web-react/src/components/FormAdminSistema.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);