0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

modules/client/users/openid: Return a better http code here.

This commit is contained in:
Jason Volk 2019-03-08 14:33:54 -08:00
parent c0d0599b19
commit 78c888ffae

View file

@ -53,6 +53,6 @@ post__openid__request_token(client &client,
{
return resource::response
{
client, http::NOT_FOUND
client, http::TOO_MANY_REQUESTS
};
}