feat: login page UI

This commit is contained in:
NGPixel
2017-09-10 01:41:22 -04:00
parent dd73b036d2
commit 52630127cd
21 changed files with 940 additions and 869 deletions

View File

@@ -47,11 +47,11 @@ module.exports = {
appconfig.port = process.env.PORT || 80
}
// Convert booleans
// Convert booleans
appconfig.public = (appconfig.public === true || _.toLower(appconfig.public) === 'true')
appconfig.public = (appconfig.public === true || _.toLower(appconfig.public) === 'true')
// List authentication strategies
// List authentication strategies
wiki.config = appconfig
wiki.data = appdata
},