mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Merge branch 'main' into aanand-sqlalchemy-version-update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user