more-secure

This commit is contained in:
2022-11-01 00:25:25 +03:00
parent af2b94eca4
commit c035df9dc2
3 changed files with 9 additions and 8 deletions

View File

@@ -6,7 +6,8 @@ from pydantic import BaseModel
class AuthInput(BaseModel):
id: Optional[int]
username: Optional[Text]
email: Optional[Text]
phone: Optional[Text]
password: Optional[Text]