Fixed lint
the build was successful Details

This commit is contained in:
konrad 2018-10-03 19:32:05 +02:00
parent cd4fca19fd
commit a6d49a5e70
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"net/http"
)
// UserPassword holds a user password. Used to update it.
type UserPassword struct {
Password string `json:"password"`
}