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
718d94b9
Commit
718d94b9
authored
Dec 06, 2019
by
Wolfgang Knopki
Browse files
login path after redirect from idp changed
parent
6ace7097
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/routes.js
View file @
718d94b9
...
...
@@ -103,7 +103,7 @@ module.exports = function (app, config, passport) {
app
.
get
(
'
/login
'
,
passport
.
authenticate
(
config
.
passport
.
strategy
,
{
successRedirect
:
'
/
'
,
successRedirect
:
'
/
account
'
,
failureRedirect
:
'
/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