From a9b66f9fc64d0febb8cf63759bf6ca0a377394e7 Mon Sep 17 00:00:00 2001 From: lavanyagarg112 Date: Wed, 16 Jul 2025 23:37:10 +0800 Subject: [PATCH] add forgot password page --- app/forgot-password/page.tsx | 11 +++++++++++ components/auth/login/LoginForm.tsx | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 app/forgot-password/page.tsx diff --git a/app/forgot-password/page.tsx b/app/forgot-password/page.tsx new file mode 100644 index 0000000..a7bddff --- /dev/null +++ b/app/forgot-password/page.tsx @@ -0,0 +1,11 @@ +export default function ForgotPasswordPage() { + return ( +
+ This page is under construction. Please check back later for the forgot + password functionality. +

+ If you have any questions, please contact support. +

+
+ ); +} diff --git a/components/auth/login/LoginForm.tsx b/components/auth/login/LoginForm.tsx index 6cf56a4..157f4b7 100644 --- a/components/auth/login/LoginForm.tsx +++ b/components/auth/login/LoginForm.tsx @@ -89,7 +89,7 @@ export default function LoginForm() {
Forgot password?