Make email validation less strict

This commit is contained in:
Nitwix
2025-04-12 22:17:29 +02:00
parent b0c08dbbf0
commit 67d4b4da40
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class FromProfile(BaseModel):
# Contact
phone: str = Field(..., min_length=8)
email: EmailStr
email: str = Field(min_length=5)
address: str
# Personal info