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"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// UserPassword holds a user password. Used to update it.
|
||||||
type UserPassword struct {
|
type UserPassword struct {
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue