mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Fix cypress tests
This commit is contained in:
@ -18,7 +18,7 @@ type providerField struct {
|
||||
MinLength int `json:"minLength,omitempty"`
|
||||
MaxLength int `json:"maxLength,omitempty"`
|
||||
Pattern string `json:"pattern,omitempty"`
|
||||
IsSecret bool `json:"isSecret"` // Not valid jsonschema
|
||||
IsSecret bool `json:"-"` // Not valid jsonschema
|
||||
}
|
||||
|
||||
// Provider is a simple struct
|
||||
|
Reference in New Issue
Block a user