fix re-encode uri during redirect
This commit is contained in:
@@ -197,8 +197,7 @@ module.exports = function(app) {
|
||||
bonfires: bonfires,
|
||||
moment: moment,
|
||||
longestStreak: user.longestStreak,
|
||||
currentStreak: user.currentStreak,
|
||||
encodeURI: encodeURI
|
||||
currentStreak: user.currentStreak
|
||||
});
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user