mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
add error
This commit is contained in:
parent
0d3440ee49
commit
fdbcd99bfe
1 changed files with 1 additions and 0 deletions
|
@ -987,6 +987,7 @@ class DomainAddUserView(DomainFormBaseView):
|
||||||
self.object,
|
self.object,
|
||||||
exc_info=True,
|
exc_info=True,
|
||||||
)
|
)
|
||||||
|
logger.info(exc)
|
||||||
raise EmailSendingError("Could not send email invitation.") from exc
|
raise EmailSendingError("Could not send email invitation.") from exc
|
||||||
else:
|
else:
|
||||||
if add_success:
|
if add_success:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue