Skip to content

Commit

Permalink
#34: correctly set condition for hiding the apPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Mar 10, 2022
1 parent 52c598f commit 6741222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"check": "checkApPass",
"description": "set the password for the Wifi access point",
"category": "system",
"condition":{"apPwChange":"true"}
"capabilities":{"apPwChange":["true"]}
},
{
"name": "useAdminPass",
Expand Down

0 comments on commit 6741222

Please sign in to comment.