mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:12:25 -05:00
formatting
This commit is contained in:
parent
b98ed0db3f
commit
4d1acc477c
1 changed files with 1 additions and 1 deletions
|
|
@ -98,8 +98,8 @@ func (m *nollamas) Serve(c *gin.Context) {
|
||||||
|
|
||||||
// Check for a provided success token.
|
// Check for a provided success token.
|
||||||
cookie, _ := c.Cookie("gts-nollamas")
|
cookie, _ := c.Cookie("gts-nollamas")
|
||||||
|
|
||||||
if len(cookie) > encodedHashLen {
|
if len(cookie) > encodedHashLen {
|
||||||
|
|
||||||
// Clearly invalid cookie, just
|
// Clearly invalid cookie, just
|
||||||
// present them with new challenge.
|
// present them with new challenge.
|
||||||
m.renderChallenge(c, challenge)
|
m.renderChallenge(c, challenge)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue