Skip to content

Commit 5071b70

Browse files
author
Nazarii
committed
Update github actions 11
1 parent fe8c5b9 commit 5071b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/main/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
class User(AbstractUser):
1313
username = None # type: ignore
1414
email = models.EmailField(_('Email address'), unique=True)
15+
email2 = models.EmailField(_('Email address'), unique=True)
1516

1617
USERNAME_FIELD: str = 'email'
1718
REQUIRED_FIELDS: list[str] = []

0 commit comments

Comments
 (0)