mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 06:55:08 +02:00
Review feedback: name changes
This commit is contained in:
parent
58977f14f2
commit
f66df2c931
3 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ class User(AbstractUser):
|
|||
invitations that match their email address.
|
||||
"""
|
||||
for invitation in DomainInvitation.objects.filter(
|
||||
email=self.email, status=DomainInvitation.SENT
|
||||
email=self.email, status=DomainInvitation.INVITED
|
||||
):
|
||||
invitation.retrieve()
|
||||
invitation.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue