mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: add user detail page
This commit is contained in:
@ -54,8 +54,8 @@ type UserPatch struct {
|
||||
Email *string `json:"email"`
|
||||
Name *string `json:"name"`
|
||||
Password *string `json:"password"`
|
||||
ResetOpenID *bool `json:"resetOpenId"`
|
||||
PasswordHash *string
|
||||
ResetOpenID *bool `json:"resetOpenId"`
|
||||
OpenID *string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user