aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorFChannel0 <77419041+FChannel0@users.noreply.github.com>2021-07-04 10:47:22 -0700
committerGitHub <noreply@github.com>2021-07-04 10:47:22 -0700
commitb37a9179c5d0a4e8ad348eb79f9c9cef691a7d3f (patch)
tree4b54287214e666fb53c3d3fd650cc1b6fda0d455 /client.go
parent2d06abf5049e67e05c068461908c492f43ff4026 (diff)
parent68ad1d59f7fdf1a572da45060a9480079241031d (diff)
Merge pull request #33 from the-sageman/faq-and-rules
Improve the static pages a bit
Diffstat (limited to 'client.go')
-rw-r--r--client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.go b/client.go
index 8cb9004..39ecd29 100644
--- a/client.go
+++ b/client.go
@@ -94,7 +94,6 @@ func IndexGet(w http.ResponseWriter, r *http.Request, db *sql.DB) {
var data PageData
data.Title = "Welcome to " + actor.PreferredUsername
-
data.PreferredUsername = actor.PreferredUsername
data.Boards = Boards
data.Board.Name = ""