From 04da74a2c4d5afbf1d0204a5335238ef3f7a3eaa Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Mon, 22 Aug 2022 03:30:40 -0600 Subject: [PATCH] remover datos innecesarios --- web-ui/web-react/src/components/GuardasSeguridad.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web-ui/web-react/src/components/GuardasSeguridad.js b/web-ui/web-react/src/components/GuardasSeguridad.js index 1b2f069f..45b75e92 100644 --- a/web-ui/web-react/src/components/GuardasSeguridad.js +++ b/web-ui/web-react/src/components/GuardasSeguridad.js @@ -79,17 +79,6 @@ const GuardasSeguridad = () => { status: "1", community_id: cookies.community_id }; - var data2 = { - dni: "11979037", - name: "Jorge", - last_name: "Soto", - email: "jorgesoto@gmail.com", - phone: 84664515, - password: "1203", - user_type: "2", - status: "1", - community_id: "62be68215692582bbfd77134" - } console.log('ssss'); fetch('http://localhost:4000/user/createGuard', { cache: 'no-cache',