Skip to content
Snippets Groups Projects
Commit 250e1430 authored by Erik Johnston's avatar Erik Johnston
Browse files

Use 403 instead of 400

parent a1abee01
Branches
Tags
No related merge requests found
......@@ -354,7 +354,7 @@ class RegisterRestServlet(ClientV1RestServlet):
})
else:
raise SynapseError(
400, "HMAC incorrect",
403, "HMAC incorrect",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment