feat: support more field in signup page

This commit is contained in:
okatu-loli
2024-09-24 17:40:38 +08:00
parent 7081a504b5
commit d769dc5199
4 changed files with 180 additions and 0 deletions

View File

@ -27,6 +27,9 @@ type AuthForm struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Gender string `json:"gender"`
Bio string `json:"bio"`
Tag string `json:"tag"`
Education string `json:"education"`
Email string `json:"email"`
Phone string `json:"phone"`
Affiliation string `json:"affiliation"`