mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 18:21:32 +10:00
Change password in database to new reset password
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Head from "next/head";
|
||||
import { getUserFromToken } from "@documenso/lib/server";
|
||||
import ResetPassword from "../../components/reset-password";
|
||||
import ResetPassword from "../../../components/reset-password";
|
||||
|
||||
export default function ResetPasswordPage(props: any) {
|
||||
return (
|
||||
Reference in New Issue
Block a user