Remove email parameter from resendOtpHelper and normalize email addresses to lowercase in the resend OTP handler for consistent processing.
This commit is contained in:
@@ -12,7 +12,6 @@ export interface OtpResult {
|
||||
export async function resendOtpHelper(
|
||||
prisma: any,
|
||||
userId: number,
|
||||
email: string,
|
||||
emailPurpose: "Register" | "Login" | "ForgotPassword",
|
||||
otpLength: 4 | 6 = 4,
|
||||
expiryMinutes: number = 5
|
||||
|
||||
Reference in New Issue
Block a user