Minor UI update

This commit is contained in:
2025-08-05 20:34:49 +10:00
parent a90a7bb452
commit 94cd6e680c
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ func Load() (*Config, error) {
SessionSecret: "change-me-in-production",
RequireApproval: true,
AllowedEmails: []string{}, // Empty means no email restrictions
CookieDomain: "", // Empty means no domain restriction (current domain only)
CookieDomain: "", // Empty means no domain restriction (current domain only)
},
}