Issue with Better-Auth Email Verification
Hey everyone,
I'm having an issue with email verification in better-auth. When a user changes their email:
The email address gets updated correctly in the database
BUT the verification email is not being sent
Here's the relevant code:
The console.log shows nothing when changing email, and no verification email is sent. The email does update in the database though.
Any ideas what might be wrong with my implementation?
I'm having an issue with email verification in better-auth. When a user changes their email:
The email address gets updated correctly in the database
BUT the verification email is not being sent
Here's the relevant code:
The console.log shows nothing when changing email, and no verification email is sent. The email does update in the database though.
Any ideas what might be wrong with my implementation?