mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
an error occured
This commit is contained in:
parent
914fbdc04b
commit
236aac02b0
1 changed files with 2 additions and 2 deletions
|
@ -854,8 +854,8 @@ class DomainAddUserView(DomainFormBaseView):
|
|||
self.request,
|
||||
f"{email} has already been invited to this domain"
|
||||
)
|
||||
except DomainInvitation.DoesNotExist:
|
||||
logger.info("Domain Invitation Does Not Exist")
|
||||
except Exception:
|
||||
logger.error("An error occured")
|
||||
|
||||
try:
|
||||
send_templated_email(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue