mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
added missing flag
This commit is contained in:
parent
ae2ab3c415
commit
c89400a72d
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ class DomainAddUserView(DomainFormBaseView):
|
|||
return self._make_invitation(requested_email)
|
||||
else:
|
||||
# if user already exists then just send an email
|
||||
self._send_domain_invitation_email(requested_email)
|
||||
self._send_domain_invitation_email(requested_email, add_success=False)
|
||||
|
||||
try:
|
||||
UserDomainRole.objects.create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue