Remove erroneous SetCookie (leftover from redundant remove)
This commit is contained in:
parent
965139ea18
commit
b1c65f2ab1
@ -133,6 +133,4 @@ func LogoutUser(app *app.App, w http.ResponseWriter, r *http.Request) {
|
||||
log.Println("Error deleting session by AuthToken")
|
||||
return
|
||||
}
|
||||
|
||||
http.SetCookie(w, cookie)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user