Unable to Resend verification Email with Passwords

        Password({
            verify: ResendOTP,
            profile: (params) => {
                return {
                    email: params.email as string,
                    name: params.name as string, // Add name from params
                };
            },
        }),

I followed the example app's ResendOTP implementation but keep getting error like this
Screenshot_2025-06-14_at_5.03.09_PM.png
GitHub
Convex Auth example repo. Contribute to get-convex/convex-auth-example development by creating an account on GitHub.
convex-auth-example/convex/otp/ResendOTP.ts at main · get-convex/c...
Was this page helpful?