Commit 62bd9635 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

addprojectoverview redirect unauth to account/login

parent 7fc346ea
Pipeline #540 passed with stage
in 7 seconds
......@@ -96,7 +96,7 @@ module.exports = function (app) {
res.render(lang+'/project/addProjectOverview')
}
else {
res.redirect('/login')
res.redirect('/account/login')
}
})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment