From b6d2d265e4047c9f6c969cc85d12162a24b56de6 Mon Sep 17 00:00:00 2001 From: anika213 <99388902+anika213@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:28:53 +0800 Subject: [PATCH] Update SignupScreen.js --- frontend/app/screens/SignupScreen.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/app/screens/SignupScreen.js b/frontend/app/screens/SignupScreen.js index f333dfc..8955376 100644 --- a/frontend/app/screens/SignupScreen.js +++ b/frontend/app/screens/SignupScreen.js @@ -35,9 +35,6 @@ function SignupScreen({ navigation }) console.log("actual password:" + pass); return pass; } - function gotoSignUp(){ - handleSignUp(); - } function SendEmail(name, email, pass){ var params = { @@ -363,4 +360,4 @@ const styles = StyleSheet.create({ }, }); -export default SignupScreen; \ No newline at end of file +export default SignupScreen;