Merge branch 'main' into aanand-sqlalchemy-version-update

This commit is contained in:
Aditi Anand
2024-03-29 15:51:11 -04:00
29 changed files with 630 additions and 451 deletions

View File

@@ -36,7 +36,6 @@ def get_login_gov_user(login_uuid, email_address):
should be removed.
"""
print(User.query.filter_by(login_uuid=login_uuid).first())
user = User.query.filter_by(login_uuid=login_uuid).first()
if user:
if user.email_address != email_address: