Refactor_Directory And Project Level Permsssion #404

Merged
pramod.mahajan merged 90 commits from Refactor_Directory into main 2025-09-17 10:24:46 +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({
email: z.string().email(),
email: z.string().trim().email(),
})
const ForgotPasswordPage = () => {