fixed typo in captive portal #200

This commit is contained in:
Tomaae 2022-06-29 14:07:57 +02:00
parent f180337c33
commit ce54b6ef1b
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0

View file

@ -1637,18 +1637,8 @@ class MikrotikControllerData:
key="mac-address",
vals=[
{"name": "mac-address"},
{
"name": "authorized",
"source": "disabled",
"type": "bool",
"reverse": True,
},
{
"name": "bypassed",
"source": "disabled",
"type": "bool",
"reverse": True,
},
{"name": "authorized", "type": "bool"},
{"name": "bypassed", "type": "bool"},
],
)