From 855884fa01c59dd244f6ae12c6e1013fd4ba5398 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 13 Sep 2022 13:08:43 +1000 Subject: typo-- --- src/sledjchisl/sledjchisl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 0f05001..9ec56c1 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -8398,7 +8398,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile) C("Ending dynamic page %s %s", Rd->RUri, form); } -// TODO - This is arse about, I get JSON, but send plain text. Need to set content type ehaders in the mod_auth_custom_http, and maybe send json back as well. +// TODO - This is arse about, I get JSON, but send plain text. Need to set content type headers in the mod_auth_custom_http, and maybe send json back as well. void prosody_mod_auth_custom_http_json(char *file, reqData *Rd, HTMLfile *thisFile) { char *user = getStrH(Rd->body, "username"), *password = getStrH(Rd->body, "password"); -- cgit v1.1