Skip to content
Snippets Groups Projects
Commit 965fd8bd authored by MaximeOLIVA's avatar MaximeOLIVA
Browse files

fix

parent ef2ac870
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ def change_password():
if database_helper.change_password(email, data['newPassword']):
return "", 204
else:
return "", 400
return "", 404
else:
return "", 403
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment