finished reset password & other changes
This commit is contained in:
5
app/[locale]/auth/reset/page.tsx
Normal file
5
app/[locale]/auth/reset/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ResetForm } from '@/components/auth/reset-form'
|
||||
|
||||
const ResetPage = () => <ResetForm/>
|
||||
|
||||
export default ResetPage
|
||||
Reference in New Issue
Block a user