Implement Auth account dropdown
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function (sequelize) {
|
||||
expiresIn: "1h",
|
||||
});
|
||||
|
||||
user.password = undefined;;
|
||||
user.password = undefined;
|
||||
res.status(200).json({ access_token: accessToken, user });
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user