Implement Forgot Password

This commit is contained in:
2024-05-20 04:15:26 +04:00
parent da7f86259a
commit 84ebce7f3f
2 changed files with 114 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import RequestResetPasswordForm from './form.js'
export default async function RequestResetPasswordPage() {
return (
<RequestResetPasswordForm />
)
}