StiffJobs
StiffJobs3mo ago

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
};
},
}),
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
GitHub
convex-auth-example/convex/otp/ResendOTP.ts at main · get-convex/c...
Convex Auth example repo. Contribute to get-convex/convex-auth-example development by creating an account on GitHub.
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?