mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use 403 instead of 400
This commit is contained in:
parent
a1abee013c
commit
250e143084
@ -354,7 +354,7 @@ class RegisterRestServlet(ClientV1RestServlet):
|
||||
})
|
||||
else:
|
||||
raise SynapseError(
|
||||
400, "HMAC incorrect",
|
||||
403, "HMAC incorrect",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user