From e4ed6aade14edc5f976dc2255916a425f75aa029 Mon Sep 17 00:00:00 2001 From: Maria Sanchez Date: Thu, 1 Sep 2022 14:40:04 -0600 Subject: [PATCH] fix profile --- mobile-ui/components/LogIn.js | 4 +-- mobile-ui/components/Profile.js | 64 +++++++++++++++++---------------- 2 files changed, 35 insertions(+), 33 deletions(-) diff --git a/mobile-ui/components/LogIn.js b/mobile-ui/components/LogIn.js index 4979cda4..b2d20173 100644 --- a/mobile-ui/components/LogIn.js +++ b/mobile-ui/components/LogIn.js @@ -27,7 +27,7 @@ export default function LogIn({ navigation }) { const [errors, setErrors] = useState({}); const [credentials, setCredentials] = useState({ - email: "lalo@lalo.com", + email: "jorgesoto@gmail.com", password: "12345" }); @@ -175,7 +175,7 @@ export default function LogIn({ navigation }) { - Bienvenido {userData.user.name} + Bienvenido(a) {userData.user.name} */} Nombre - + Apellido - + Correo electrónico - +