bugfix
This commit is contained in:
parent
f91081b93f
commit
2348f11d02
2
types.go
2
types.go
@ -19,7 +19,7 @@ type config struct {
|
|||||||
} `json:"unms"`
|
} `json:"unms"`
|
||||||
Unifi struct {
|
Unifi struct {
|
||||||
Enabled bool `json:"enabled"`
|
Enabled bool `json:"enabled"`
|
||||||
DisplayUsers bool `json:"enabled"`
|
DisplayUsers bool `json:"displayusers"`
|
||||||
APIURL string `json:"APIUrl"`
|
APIURL string `json:"APIUrl"`
|
||||||
User string `json:"user"`
|
User string `json:"user"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
|
Loading…
Reference in New Issue
Block a user