mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Removes varialbe not used.
This commit is contained in:
@@ -77,7 +77,7 @@ const HandleAuthPopupCallback = (req, res, next) => (err, user) => {
|
||||
}
|
||||
|
||||
// We logged in the user! Let's send back the user data.
|
||||
res.render('auth-callback', {err: null, data: JSON.stringify(user), changeusername: true});
|
||||
res.render('auth-callback', {err: null, data: JSON.stringify(user)});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user