OAuth login now works.
This commit is contained in:
@@ -179,6 +179,9 @@ void httpd_connection(FILE *f)
|
||||
if (status == 0)
|
||||
status = oauth_get_handler(req, q_path, &body, &b_size, &ctype);
|
||||
|
||||
if (status == 0)
|
||||
status = mastoapi_get_handler(req, q_path, &body, &b_size, &ctype);
|
||||
|
||||
if (status == 0)
|
||||
status = html_get_handler(req, q_path, &body, &b_size, &ctype);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user