diff --git a/auth/auth.go b/auth/auth.go index 5a5987ace8..9836a20978 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -21,7 +21,7 @@ type AuthConfig struct { Username string `json:"username"` Password string `json:"password"` Email string `json:"email"` - rootPath string `json:-` + rootPath string } func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {