merge main

This commit is contained in:
Rachid Mrad 2024-07-18 16:31:10 -04:00
commit d8fce10016
No known key found for this signature in database
20 changed files with 641 additions and 259 deletions

View file

@ -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