diff --git a/web/src/components/auth/reset-password/reset-password-form.tsx b/web/src/components/auth/reset-password/reset-password-form.tsx index a1f627b..e9367aa 100644 --- a/web/src/components/auth/reset-password/reset-password-form.tsx +++ b/web/src/components/auth/reset-password/reset-password-form.tsx @@ -16,8 +16,9 @@ import { useTranslations } from "next-intl" import { toast } from "sonner" import { InputOTPControlled } from "@/components/common/input-otp" import { BaseErrorResponse } from "@/models/resp" -import { loginPath } from "@/hooks/use-route" +import { loginPath, registerPath } from "@/hooks/use-route" import router from "next/router" +import Link from "next/link" export function ResetPasswordForm({ className, @@ -108,8 +109,16 @@ export function ResetPasswordForm({ > {t("title")} +