Merge pull request 'Forgot Password – Reset link not sent, error shown for all valid emails' (#389) from Kartik_Bug#962 into Issues_Sep_1W_V2
Reviewed-on: #389 Merged
This commit is contained in:
commit
2e14fc862d
@ -10,7 +10,7 @@ import { z } from "zod";
|
||||
|
||||
|
||||
const forgotPassSceham = z.object({
|
||||
email: z.string().email(),
|
||||
email: z.string().trim().email(),
|
||||
})
|
||||
|
||||
const ForgotPasswordPage = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user