mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +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…
Reference in a new issue