LoginForm.validate() - sanity check #725
Closed
OldTinfoil
started this conversation in
General
Replies: 1 comment
-
Please see: pallets-eco/flask-wtf#547 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Didn't want to post an issue in case I'm doing something wrong.
Using:
Using the default login page, I'm getting the following error when I attempt to login:
the above
form
object is LoginForm. Its validation function is not compatible with FlaskWTF'svalidate_on_submit()
because it's not passing any (non) keyword arguments to unpack.I have spent all day untangling my dependency hell in my project - but I'll revisit this tomorrow with a clean sandbox project to attempt to recreate the issue.
Beta Was this translation helpful? Give feedback.
All reactions