Why e-mail verification is not being sent during sign-in?
Here's my config:
Here's the code sign in (server side):
The console.log in the catch when signin is logging the following:
But the
Any reason why? The docs here state that:
Here's the code sign in (server side):
The console.log in the catch when signin is logging the following:
But the
sendVerificationEmail is not being called again, that is not being logged.Any reason why? The docs here state that:
If you enable require email verification, users must verify their email before they can log in. And every time a user tries to sign in, sendVerificationEmail is called.