replaced fmt.Println with logger usage

This commit is contained in:
2026-01-11 17:15:57 -07:00
parent 83b99418cd
commit a72fd9e0e8
5 changed files with 9 additions and 7 deletions
+2
View File
@@ -104,7 +104,9 @@ func NewServer(
accts: accts,
etsy: etsy,
auth: auth,
// TODO: shouldn't this ACTUALLY be a middleware?
authMiddleware: middleware.NewAuth(
logger.WithGroup("auth-middleware"),
auth,
newLoginURL,
accts,