summaryrefslogtreecommitdiff
path: root/index.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.go b/index.go
index 4988689..e3088ac 100644
--- a/index.go
+++ b/index.go
@@ -112,9 +112,11 @@ func handleIndex(w http.ResponseWriter, req *http.Request) {
w,
"staff",
struct {
- Name string
+ Name string
+ State uint32
}{
userName,
+ state,
},
)
if err != nil {