mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7
This commit is contained in:
@@ -19,7 +19,6 @@ def validate_email(email):
|
||||
email, check_deliverability=config.CHECK_EMAIL_DELIVERABILITY)
|
||||
|
||||
# Update with the normalized form.
|
||||
email = valid.email
|
||||
return True
|
||||
except EmailNotValidError as e:
|
||||
# email is not valid, exception message is human-readable
|
||||
|
||||
Reference in New Issue
Block a user