mirror of
https://github.com/matrix-construct/construct
synced 2025-01-17 18:11:52 +01:00
modules/client/users/openid: Return a better http code here.
This commit is contained in:
parent
c0d0599b19
commit
78c888ffae
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ post__openid__request_token(client &client,
|
|||
{
|
||||
return resource::response
|
||||
{
|
||||
client, http::NOT_FOUND
|
||||
client, http::TOO_MANY_REQUESTS
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue