forked from forgejo/forgejo
Fix #149
This commit is contained in:
parent
d0ea4c7b68
commit
89c99167b2
5 changed files with 11 additions and 0 deletions
|
@ -54,6 +54,7 @@ func SettingPost(ctx *middleware.Context, form auth.UpdateProfileForm) {
|
|||
user.Name = form.UserName
|
||||
}
|
||||
|
||||
user.FullName = form.FullName
|
||||
user.Email = form.Email
|
||||
user.Website = form.Website
|
||||
user.Location = form.Location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue