refactor: Improvements

* refactor: Update modal

* refactor: Update settings page

* feat: Add reset credentials

* feat: Add .nvmrc and lodash

* chore: Remove console.log

* chore: nmvrc -> .nvmrc

* chore: nmvrc -> .nvmrc
This commit is contained in:
Khaled Garbaya
2017-12-13 15:57:01 +01:00
committed by GitHub
parent e9e15b0bc2
commit fec1fa8a41
46 changed files with 725 additions and 65 deletions

View File

@@ -31,6 +31,5 @@ module.exports.getLandingPage = async (request, response, next) => {
if (shouldAttachEntryState(response)) {
landingPage = await attachEntryState(landingPage)
}
console.log(landingPage.fields.contentModules[0].fields.course.fields.image)
response.render('landingPage', { title: pathname, landingPage })
}