summaryrefslogtreecommitdiff
path: root/api/auth/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/auth/auth.go')
-rw-r--r--api/auth/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auth/auth.go b/api/auth/auth.go
index becce24..0ffbf9c 100644
--- a/api/auth/auth.go
+++ b/api/auth/auth.go
@@ -144,7 +144,7 @@ func VerifySessionContinuation(context *types.RequestContext, req *http.Request,
http.SetCookie(resp, &http.Cookie{
Name: "session",
Value: "",
- MaxAge: 0, // reset session cookie in case
+ MaxAge: 0,
})
context.User = nil