Fixed lint
This commit is contained in:
parent
cd4fca19fd
commit
a6d49a5e70
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"net/http"
|
||||
)
|
||||
|
||||
// UserPassword holds a user password. Used to update it.
|
||||
type UserPassword struct {
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue