mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Merge branch 'main' into za/1851-check-how-user-was-verified
This commit is contained in:
commit
d58cacd468
21 changed files with 1069 additions and 357 deletions
|
@ -48,6 +48,7 @@ class User(AbstractUser):
|
|||
default=None, # Set the default value to None
|
||||
null=True, # Allow the field to be null
|
||||
blank=True, # Allow the field to be blank
|
||||
verbose_name="user status",
|
||||
)
|
||||
|
||||
domains = models.ManyToManyField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue