login si signin done
This commit is contained in:
@@ -2,7 +2,7 @@ import re
|
||||
|
||||
|
||||
class SignupModel:
|
||||
def __init__(self, username:str, password:str, email:str):
|
||||
def __init__(self, username: str, password: str, email: str):
|
||||
self.username = username
|
||||
self.password = password
|
||||
self.email = email
|
||||
|
||||
Reference in New Issue
Block a user