Issues_Sep_1W_V2 #402

Merged
pramod.mahajan merged 21 commits from Issues_Sep_1W_V2 into Refactor_Directory 2025-09-16 05:11:28 +00:00
Showing only changes of commit 2e14fc862d - Show all commits

View File

@ -10,7 +10,7 @@ import { z } from "zod";
const forgotPassSceham = z.object({ const forgotPassSceham = z.object({
email: z.string().email(), email: z.string().trim().email(),
}) })
const ForgotPasswordPage = () => { const ForgotPasswordPage = () => {