modified: src/app/(auth)/(login)/change-passowrd/page.tsx
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user