fix(backend,frontend) remake update profile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type UpdateUserInput struct {
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
Phone string `json:"phone"`
|
||||
Department string `json:"department"`
|
||||
Role string `json:"role"`
|
||||
}
|
||||
Reference in New Issue
Block a user