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?