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
@@ -0,0 +1,4 @@
class LoginRequestModel:
def __init__(self, email, password):
self.email = email
self.password = password