formatting

This commit is contained in:
kim 2025-04-22 19:46:36 +01:00
commit 4d1acc477c

View file

@ -98,8 +98,8 @@ func (m *nollamas) Serve(c *gin.Context) {
// Check for a provided success token.
cookie, _ := c.Cookie("gts-nollamas")
if len(cookie) > encodedHashLen {
// Clearly invalid cookie, just
// present them with new challenge.
m.renderChallenge(c, challenge)