mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
add additional check
This commit is contained in:
parent
2d1ae881eb
commit
57bf284291
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ class User(AbstractUser):
|
|||
self.title,
|
||||
self.phone,
|
||||
]
|
||||
return None not in user_values or "" not in user_values
|
||||
|
||||
return None not in user_values and "" not in user_values
|
||||
|
||||
def __str__(self):
|
||||
# this info is pulled from Login.gov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue