fix re-encode uri during redirect

This commit is contained in:
Berkeley Martinez
2015-10-01 21:11:15 -07:00
parent 8a1a7f238d
commit d0528ec768
2 changed files with 7 additions and 3 deletions

View File

@@ -197,8 +197,7 @@ module.exports = function(app) {
bonfires: bonfires,
moment: moment,
longestStreak: user.longestStreak,
currentStreak: user.currentStreak,
encodeURI: encodeURI
currentStreak: user.currentStreak
});
}
);