mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +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)
|
return self._make_invitation(requested_email)
|
||||||
else:
|
else:
|
||||||
# if user already exists then just send an email
|
# 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:
|
try:
|
||||||
UserDomainRole.objects.create(
|
UserDomainRole.objects.create(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue