Remove broken, redundant struct tag
Upstream-commit: aa0d40747caa8cd9c5cee56046cac011bc3d1065 Component: engine
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user