Add rules language support and improve password validation across the app

This commit is contained in:
Jan Meinl
2026-05-17 05:57:20 +02:00
parent 68034dea7d
commit 570272a777
16 changed files with 330 additions and 77 deletions
+1
View File
@@ -13,6 +13,7 @@ type Competition struct {
ID int64 `json:"id"`
Name string `json:"name"`
AllowAnyScorerEdit bool `json:"allow_any_scorer_edit"`
RulesLanguage string `json:"rules_language"`
CreatedAt string `json:"created_at"`
Role string `json:"role,omitempty"`
}