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