We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At first I thought it would be better to not save the verification code until we know that the email had been sent, but this is backwards.
It's better to have cruft in the database than for someone to get an email and not have the verification code work.
Realized this as I was creating a model with knex + objection.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At first I thought it would be better to not save the verification code until we know that the email had been sent, but this is backwards.
It's better to have cruft in the database than for someone to get an email and not have the verification code work.
Realized this as I was creating a model with knex + objection.
The text was updated successfully, but these errors were encountered: