aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/handler.go
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-11 01:23:41 +0900
committernsfisis <nsfisis@gmail.com>2025-03-11 01:23:41 +0900
commita93c441ec4f992ed2f7eeae23fb823b1d152913f (patch)
treec8e7750019849a7100d11ac6b81517ad0d5c98ea /backend/admin/handler.go
parent57212d2c7992a46827f503ae70c8e31f2084b718 (diff)
downloadphperkaigi-2025-albatross-a93c441ec4f992ed2f7eeae23fb823b1d152913f.tar.gz
phperkaigi-2025-albatross-a93c441ec4f992ed2f7eeae23fb823b1d152913f.tar.zst
phperkaigi-2025-albatross-a93c441ec4f992ed2f7eeae23fb823b1d152913f.zip
feat: show user label
Diffstat (limited to 'backend/admin/handler.go')
-rw-r--r--backend/admin/handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/admin/handler.go b/backend/admin/handler.go
index 3e185ea..64f69d8 100644
--- a/backend/admin/handler.go
+++ b/backend/admin/handler.go
@@ -123,6 +123,7 @@ func (h *Handler) getUserEdit(c echo.Context) error {
"DisplayName": row.DisplayName,
"IconPath": row.IconPath,
"IsAdmin": row.IsAdmin,
+ "Label": row.Label,
},
})
}