testing | dont be recursive for external domains | finalize oauth #5

Merged
simponic merged 24 commits from dont-be-authoritative into main 2024-04-06 15:43:19 -04:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 8c7d9b3762 - Show all commits

View File

@ -66,7 +66,6 @@ func TemplateContinuation(path string, showBase bool) Continuation {
return failure(context, req, resp) return failure(context, req, resp)
} }
resp.WriteHeader(200)
resp.Header().Set("Content-Type", "text/html") resp.Header().Set("Content-Type", "text/html")
resp.Write(html.Bytes()) resp.Write(html.Bytes())
return success(context, req, resp) return success(context, req, resp)