Add back r.Email
This commit is contained in:
parent
6d3d6cde2d
commit
9df1fd9e97
|
@ -77,6 +77,7 @@ type userSettingsResponse struct {
|
||||||
common.ResponseBase
|
common.ResponseBase
|
||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
|
Email string `json:"email"`
|
||||||
userSettingsData
|
userSettingsData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user