luci-base: allow loading translations when not authenticated
Fixes: #3563 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
0130e2b08c
commit
8978aaf6b6
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@
|
|||
"module": "luci.controller.admin.index",
|
||||
"function": "action_translations"
|
||||
},
|
||||
"auth": {
|
||||
"methods": [ "cookie:sysauth" ]
|
||||
}
|
||||
"auth": {}
|
||||
},
|
||||
|
||||
"admin/ubus/*": {
|
||||
|
|
Loading…
Reference in a new issue