mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 08:16:11 +01:00
This commit is contained in:
@@ -133,7 +133,7 @@ def verifyLogin(request):
|
|||||||
return response
|
return response
|
||||||
|
|
||||||
else:
|
else:
|
||||||
data = {'userID': 0, 'loginStatus': 0, 'error_message': "wrong-password"}
|
data = {'userID': 0, 'loginStatus': 0, 'error_message': "login failed."}
|
||||||
json_data = json.dumps(data)
|
json_data = json.dumps(data)
|
||||||
response.write(json_data)
|
response.write(json_data)
|
||||||
return response
|
return response
|
||||||
|
|||||||
Reference in New Issue
Block a user