mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: compose response data
This commit is contained in:
@ -7,7 +7,7 @@ type User struct {
|
||||
|
||||
OpenId string `json:"openId"`
|
||||
Name string `json:"name"`
|
||||
Password string
|
||||
Password string `json:"-"`
|
||||
}
|
||||
|
||||
type UserCreate struct {
|
||||
|
Reference in New Issue
Block a user