Compare commits

..

No commits in common. "2e14fc862de3ebcfce5c6448a1c635bc9bd516bb" and "2790f50275421c1e565a7e3591c9b3f64a22172d" have entirely different histories.

View File

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