|
|
|
@ -150,7 +150,7 @@
|
|
|
|
|
}));
|
|
|
|
|
|
|
|
|
|
app.get(strategy.callbackURL, passport.authenticate(strategy.name, {
|
|
|
|
|
successRedirect: nconf.get('relative_path) + '/',
|
|
|
|
|
successRedirect: nconf.get('relative_path') + '/',
|
|
|
|
|
failureRedirect: nconf.get('relative_path') + '/login'
|
|
|
|
|
}));
|
|
|
|
|
}
|
|
|
|
|