Added configurable link section to Navbar
This commit is contained in:
parent
d41e9d1df9
commit
c82299f94b
16 changed files with 36 additions and 25 deletions
|
|
@ -27,5 +27,5 @@ module.exports.get = async function(req, res){
|
|||
const challenge = await altchaUtils.genCaptcha();
|
||||
|
||||
//Render page
|
||||
return res.render('migrate', {instance: config.instanceName, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||
return res.render('migrate', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue