aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
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 = ""