mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Update user.py
This commit is contained in:
parent
cea47d1d3d
commit
ac3dd401ba
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class User(AbstractUser):
|
||||||
self.title,
|
self.title,
|
||||||
self.phone,
|
self.phone,
|
||||||
]
|
]
|
||||||
return None not in user_values
|
return None not in user_values or "" not in user_values
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
# this info is pulled from Login.gov
|
# this info is pulled from Login.gov
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue