feat: add login, forgot password, and reset password forms
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import ForgotPasswordForm from "@/components/auth/forgot-password-form"
|
||||
|
||||
export default function ForgotPasswordPage() {
|
||||
return <ForgotPasswordForm />
|
||||
}
|
||||
Reference in New Issue
Block a user