mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 11:41:23 +00:00
feat: RequestPasswordReset
This commit is contained in:
10
pages/forgot-password.tsx
Normal file
10
pages/forgot-password.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { FormForgot, Layout } from 'src/components/common'
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div>
|
||||
<FormForgot/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
NotFound.Layout = Layout
|
Reference in New Issue
Block a user