chore: apply phase 0 review fixes

This commit is contained in:
QiuSW
2026-07-02 10:17:10 +08:00
parent 8896d80447
commit 09811ead5c
18 changed files with 245 additions and 24 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class User(AbstractUser):
ACTIVE = "active", "Active"
DISABLED = "disabled", "Disabled"
email = models.EmailField("email address")
email = models.EmailField("email address", unique=True)
payment_user_id = models.CharField(
max_length=128,
blank=True,