diff --git a/routes/routes.js b/routes/routes.js
index 7077fc1d8155c938f62feb12f8089972247df1fa..682cab25f50d01860288abcf027b065dfd0c0b91 100644
--- a/routes/routes.js
+++ b/routes/routes.js
@@ -103,7 +103,7 @@ module.exports = function (app, config, passport) {
   app.get('/login',
     passport.authenticate(config.passport.strategy,
       {
-        successRedirect: '/',
+        successRedirect: '/account',
         failureRedirect: '/login'
       })
   );