You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception is thrown on an app that follows the instructions in your docs.
File "/usr/local/lib/python3.8/site-packages/flask_user/__init__.py", line 27, in <module>
from .user_manager import UserManager
File "/usr/local/lib/python3.8/site-packages/flask_user/user_manager.py", line 14, in <module>
from . import forms
File "/usr/local/lib/python3.8/site-packages/flask_user/forms.py", line 54, in <module>
class AddEmailForm(FlaskForm):
File "/usr/local/lib/python3.8/site-packages/flask_user/forms.py", line 58, in AddEmailForm
validators.Email(_('Invalid Email')),
File "/usr/local/lib/python3.8/site-packages/wtforms/validators.py", line 332, in __init__
raise Exception("Install 'email_validator' for email validation support.")
Exception: Install 'email_validator' for email validation support.
The text was updated successfully, but these errors were encountered:
The following exception is thrown on an app that follows the instructions in your docs.
The text was updated successfully, but these errors were encountered: