mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
merge main
This commit is contained in:
commit
d8fce10016
20 changed files with 641 additions and 259 deletions
|
@ -117,7 +117,8 @@ class User(AbstractUser):
|
|||
self.title,
|
||||
self.phone,
|
||||
]
|
||||
return None 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