feat: opt table truncate style

This commit is contained in:
engigu
2025-10-12 13:20:54 +08:00
parent d1953574ae
commit 6d51f7824f
2 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ type UserClaims struct {
}
func GenerateToken(username, password string) (string, error) {
expHours := 1 * 24 * time.Hour
expHours := 2 * 24 * time.Hour
//expHours := 1 * time.Minute
SetClaims := UserClaims{
Username: username,