feat: add regex to SignupTable

This commit is contained in:
Yang Luo
2024-01-13 16:05:45 +08:00
parent 5bb12a30d4
commit 79b393afee
25 changed files with 41 additions and 0 deletions

View File

@ -37,6 +37,7 @@ type SignupItem struct {
Prompted bool `json:"prompted"`
Label string `json:"label"`
Placeholder string `json:"placeholder"`
Regex string `json:"regex"`
Rule string `json:"rule"`
}