feat: change user password
This commit is contained in:
@@ -5,3 +5,7 @@ type CreateUserPayload struct {
|
||||
Name string `json:"name"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type ChangePasswordPayload struct {
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user