code review feedback and merge from main

This commit is contained in:
Kenneth Kehl
2024-09-11 09:39:18 -07:00
34 changed files with 256 additions and 161 deletions

View File

@@ -165,7 +165,6 @@ def update_notification_status_by_reference(reference, status):
"notification not found for reference {} (update to {})".format(
reference, status
),
exc_info=True,
)
return None

View File

@@ -49,7 +49,7 @@ def get_login_gov_user(login_uuid, email_address):
# address in login.gov.
# But if we cannot change the email address, at least we don't
# want to fail here, otherwise the user will be locked out.
current_app.logger.error("Error getting login.gov user", exc_info=True)
current_app.logger.exception("Error getting login.gov user")
db.session.rollback()
return user