pricing confirm
This commit is contained in:
parent
2e52230d32
commit
5aae9ee8e0
|
@ -67,6 +67,7 @@ router.post("/login", async (req, res) => {
|
|||
user: {
|
||||
id: user._id,
|
||||
username: user.username,
|
||||
pricing: user.pricing
|
||||
},
|
||||
});
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in New Issue