feat: support more field in signup page

This commit is contained in:
okatu-loli
2024-09-24 16:15:07 +08:00
parent 538ccafce3
commit 7081a504b5
3 changed files with 5 additions and 37 deletions

View File

@ -200,6 +200,7 @@ func (c *ApiController) Signup() {
Type: userType,
Password: authForm.Password,
DisplayName: authForm.Name,
Gender: authForm.Gender,
Avatar: organization.DefaultAvatar,
Email: authForm.Email,
Phone: authForm.Phone,