From 8149ade113d21fa67f1607ca58f125526871410a Mon Sep 17 00:00:00 2001 From: Maria Sanchez Date: Thu, 18 Aug 2022 22:59:56 -0600 Subject: [PATCH] log in css fixes --- mobile-ui/components/LogIn.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile-ui/components/LogIn.js b/mobile-ui/components/LogIn.js index 970f33ff..8320d19c 100644 --- a/mobile-ui/components/LogIn.js +++ b/mobile-ui/components/LogIn.js @@ -57,7 +57,7 @@ const styles = StyleSheet.create({ const iniciarSesion = async() => { - const userData = FormControl.toString; + const userData = JSON.stringify(FormControl.toString); console.log(userData); try { @@ -139,7 +139,7 @@ export default function LogIn({navigation}) { - + Correo Electrónico @@ -171,7 +171,7 @@ export default function LogIn({navigation}) { -