Add back r.Email

This commit is contained in:
Howl 2016-11-13 19:20:07 +01:00
parent 6d3d6cde2d
commit 9df1fd9e97
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ type userSettingsResponse struct {
common.ResponseBase
ID int `json:"id"`
Username string `json:"username"`
Email string `json:"email"`
userSettingsData
}