luci-base: make logout link depend on luci-base ACL

Fixes: #3966
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-25 13:52:15 +02:00
parent 8f67311c26
commit f44ba4811d

View file

@ -84,6 +84,9 @@
"type": "call",
"module": "luci.controller.admin.index",
"function": "action_logout"
},
"depends": {
"acl": [ "luci-base" ]
}
},