Commit 718d94b9 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

login path after redirect from idp changed

parent 6ace7097
......@@ -103,7 +103,7 @@ module.exports = function (app, config, passport) {
app.get('/login',
passport.authenticate(config.passport.strategy,
{
successRedirect: '/',
successRedirect: '/account',
failureRedirect: '/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