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