suppress warning since this is a false positive

This commit is contained in:
2025-12-15 13:53:50 +08:00
parent 15deba4584
commit 17c6a51559
+2 -1
View File
@@ -31,7 +31,8 @@ var (
jwtSecretError error
// Pre-allocate error messages to avoid repeated allocations
errExpiredToken = "Invalid or expired token"
errExpiredToken = "Invalid or expired token" // #nosec G101
)
// Initialize JWT secret once