modified: src/app/(auth)/(login)/change-passowrd/page.tsx

This commit is contained in:
Amirreza
2026-07-08 07:20:17 +03:30
parent d982a8852a
commit 78decbba05

View File

@@ -14,7 +14,7 @@ import * as yup from "yup";
import { useRouter } from "next/navigation";
import { IVerifyOtp } from "@/types/types";
// Validation schema using Yup
// Validation schema using Yup //
const schema = yup.object().shape({
password: yup
.string()