[httpd] UI apology
This commit is contained in:
parent
f11a094d82
commit
7239d39c5f
|
@ -248,6 +248,8 @@ oauth_interface(struct evhttp_request *req, const char *uri)
|
||||||
spotify_oauth_interface(evbuf, redirect_uri);
|
spotify_oauth_interface(evbuf, redirect_uri);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
evbuffer_add_printf(evbuf, "<p><i>(sorry about this ugly interface)</i></p>\n");
|
||||||
|
|
||||||
evhttp_clear_headers(&query);
|
evhttp_clear_headers(&query);
|
||||||
|
|
||||||
httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);
|
httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);
|
||||||
|
|
Loading…
Reference in New Issue