mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 01:57:29 -06:00
add test for nollamas middleware
This commit is contained in:
parent
a2501b09f8
commit
2163633901
2 changed files with 173 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ func (m *nollamas) renderChallenge(c *gin.Context, challenge string) {
|
|||
return
|
||||
}
|
||||
|
||||
// Write the templated challenge HTML response to client.
|
||||
// Write templated challenge response to client.
|
||||
apiutil.TemplateWebPage(c, apiutil.WebPage{
|
||||
Template: "nollamas.tmpl",
|
||||
Instance: instance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue