diff --git a/modules/client/user/openid.cc b/modules/client/user/openid.cc index 72298cfc5..1175f00c7 100644 --- a/modules/client/user/openid.cc +++ b/modules/client/user/openid.cc @@ -53,6 +53,6 @@ post__openid__request_token(client &client, { return resource::response { - client, http::NOT_FOUND + client, http::TOO_MANY_REQUESTS }; }