Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
62bd9635
Commit
62bd9635
authored
Mar 13, 2020
by
Wolfgang Knopki
Browse files
addprojectoverview redirect unauth to account/login
parent
7fc346ea
Pipeline
#540
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
routes/routes-project.js
View file @
62bd9635
...
...
@@ -96,7 +96,7 @@ module.exports = function (app) {
res
.
render
(
lang
+
'
/project/addProjectOverview
'
)
}
else
{
res
.
redirect
(
'
/login
'
)
res
.
redirect
(
'
/
account/
login
'
)
}
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment