From 455ed353c6e8f2b5c6a65e22860bca2658ca7bb8 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 7 Apr 2025 23:17:23 +0000 Subject: [PATCH] remove commented code, remove Name field from select using ID instead --- app/common/types.go | 1 - app/routes/login.go | 7 ++----- web/templates/select.tmpl | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app/common/types.go b/app/common/types.go index 1a45fdc..1edf2fa 100644 --- a/app/common/types.go +++ b/app/common/types.go @@ -16,7 +16,6 @@ type StaticFile struct { // type used for templated +