add uni tests for user auth

This commit is contained in:
Jakub Miazek
2023-07-24 15:07:44 +02:00
parent 32346cd7e7
commit 89595175e6
5 changed files with 88 additions and 10 deletions

View File

@@ -31,4 +31,3 @@ class UserLogin(BaseModel):
model_config = config
email: EmailStr = Field(title="Users email", description="Users email")
password: str = Field(title="Users password", description="Users password")