This commit is contained in:
parent
dad708348c
commit
f6164e81ba
|
|
@ -133,7 +133,7 @@ def verifyLogin(request):
|
|||
return response
|
||||
|
||||
else:
|
||||
data = {'userID': 0, 'loginStatus': 0, 'error_message': "wrong-password"}
|
||||
data = {'userID': 0, 'loginStatus': 0, 'error_message': "login failed."}
|
||||
json_data = json.dumps(data)
|
||||
response.write(json_data)
|
||||
return response
|
||||
|
|
|
|||
Loading…
Reference in New Issue