Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Added new layout and page components for forgot password and signup functionalities, enhancing user experience. - Integrated authentication flow handling for password recovery and account creation, utilizing dynamic metadata. - Updated login form to include links for forgot password and signup, improving navigation between authentication states. - Refactored CSS styles for login components to ensure consistent design across different authentication pages.
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
import { ForgotPasswordPageContent } from "@/components/auth/forgot-password-page-content"
|
|
|
|
export default function ForgotPasswordPage() {
|
|
return <ForgotPasswordPageContent />
|
|
}
|