mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-18 17:15:13 +01:00
Update login print
This commit is contained in:
parent
b196e72fac
commit
c9cea4f22c
@ -46,7 +46,6 @@ class ApiAuthLoginHandler(BaseApiHandler):
|
||||
return self.finish_json(
|
||||
400, {"status": "error", "error": "INVALID_JSON", "error_data": str(e)}
|
||||
)
|
||||
print(data)
|
||||
try:
|
||||
validate(data, login_schema)
|
||||
except ValidationError as why:
|
||||
|
Loading…
x
Reference in New Issue
Block a user