Update user.py

This commit is contained in:
zandercymatics 2024-07-17 11:02:13 -06:00
parent cea47d1d3d
commit ac3dd401ba
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -115,7 +115,7 @@ class User(AbstractUser):
self.title,
self.phone,
]
return None not in user_values
return None not in user_values or "" not in user_values
def __str__(self):
# this info is pulled from Login.gov