summaryrefslogtreecommitdiffstats
path: root/src/screens/Auth/LoginScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Auth/LoginScreen.js')
-rw-r--r--src/screens/Auth/LoginScreen.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Auth/LoginScreen.js b/src/screens/Auth/LoginScreen.js
index f7ef695..6ced78d 100644
--- a/src/screens/Auth/LoginScreen.js
+++ b/src/screens/Auth/LoginScreen.js
@@ -16,6 +16,7 @@ const LoginScreen = ({ navigation }) => {
};
const handleForgotPassword = () => {
+ console.log("Navigating to Forgot Password");
// Navigate to the forgot password screen
navigation.navigate('ForgotPassword');
};