Fix 2-Factor Authentication

merge-requests/38/head
Moe 2018-11-14 19:24:50 -08:00
parent 5f4f580c41
commit 219fdd1139
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module.exports = function(s,config,lang,app,io){
s.renderPage = function(req,res,paths,passables,callback){
passables.window = {}
passables.originalURL = s.getOriginalUrl(req)
passables.config = config
res.render(paths,passables,callback)
}
//child node proxy check