Fix various linter errors

This commit is contained in:
Girish Ramakrishnan
2026-02-15 19:37:30 +01:00
parent 510e1c7296
commit b5a1554631
24 changed files with 44 additions and 1607 deletions

View File

@@ -317,7 +317,7 @@ async function renderInteractionPage(req, res) {
return res.send(ejs.render(TEMPLATE_LOGIN, data));
} else if (prompt.name === 'consent') {
let hasAccess = false;
let hasAccess;
const data = {
iconUrl: '/api/v1/cloudron/avatar',