mirror of
https://github.com/Priyatham-sai-chand/Locaft-backend.git
synced 2026-08-15 04:21:13 -07:00
login route add org
This commit is contained in:
parent
3729bff2e1
commit
bb8e8e062c
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ router.post("/login", async (req, res) => {
|
|||
user: {
|
||||
id: user._id,
|
||||
username: user.username,
|
||||
pricing: user.pricing
|
||||
pricing: user.pricing,
|
||||
organization: user.organization
|
||||
},
|
||||
});
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue