This commit is contained in:
Kenneth Kehl
2024-08-15 10:31:02 -07:00
parent 714f6f1588
commit 146f0cc787
20 changed files with 113 additions and 92 deletions

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(ie)
current_app.logger.error("Error getting login.gov user", exc_info=True)
db.session.rollback()
return user