login si signin done

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 03:18:17 +02:00
parent 7eb9cdd70d
commit a6a228ded9
26 changed files with 278 additions and 63 deletions
-1
View File
@@ -2,7 +2,6 @@ from pydantic import BaseModel
class User(BaseModel):
id: int
username: str
password: str
email: str