Commit 00fe9e79 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

login path after redirect from idp changed

parent 3408c85b
Pipeline #348 passed with stage
in 8 seconds
......@@ -70,7 +70,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