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

@ -201,6 +201,9 @@ func (c *ApiController) Signup() {
Password: authForm.Password,
DisplayName: authForm.Name,
Gender: authForm.Gender,
Bio: authForm.Bio,
Tag: authForm.Tag,
Education: authForm.Education,
Avatar: organization.DefaultAvatar,
Email: authForm.Email,
Phone: authForm.Phone,