Fix various linter errors
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user