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
I set up flask-mail and flask-security for user authentication While signing up the users, I'm getting
builtins.ValueError ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered:
Stacktrace https://gist.github.com/anonymous/65ee9137cf04155eea59d06a6b6ee7f8
@Rud156
Sorry, something went wrong.
hello @aadeshere1, I hope you're doing great.
I submitted a couple PRs addressing this and other minor problems. Let me know if I can help you further.
Cheers
@aadeshere1 can you check if you have same issue as pallets-eco/flask-mail#148?
No branches or pull requests
I set up flask-mail and flask-security for user authentication
While signing up the users, I'm getting
The text was updated successfully, but these errors were encountered: