fix: show controls @julianlam

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 9b20d0ce20
commit 023de94ef8

@ -21,7 +21,7 @@ dashboardController.get = async function (req, res) {
getNotices(),
getLatestVersion(),
getLastRestart(),
user.isAdministrator(),
user.isAdministrator(req.uid),
]);
const version = nconf.get('version');

Loading…
Cancel
Save