chore
This commit is contained in:
@@ -40,8 +40,6 @@ class AuthorizationService(BaseService):
|
||||
schema = AuthorizeRequestSchema()
|
||||
validated_data = schema.load(data) # Raises ValidationError if invalid
|
||||
|
||||
### TODO: Access Database credentials here ###
|
||||
|
||||
if (
|
||||
validated_data["username"] != USERNAME
|
||||
or validated_data["password"] != PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user