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
In documentation it says verifyEmail removes the token from the tokens table but it isn't.
After calling await Persona.verifyEmail(token) "account_status" changes to "active" but token still remains in the tokens table.
The text was updated successfully, but these errors were encountered:
328c22b
Published as 1.0.3
1.0.3
Sorry, something went wrong.
Not sure if it's a regression or just an oversight, but this appears to still be an issue in 1.0.5
Looks like PR #26 should resolve.
No branches or pull requests
In documentation it says verifyEmail removes the token from the tokens table but it isn't.
After calling await Persona.verifyEmail(token) "account_status" changes to "active" but token still remains in the tokens table.
The text was updated successfully, but these errors were encountered: