prepare multiple phone numbers in one account
This commit is contained in:
@ -10,11 +10,7 @@ export const authenticateUser = async (rawEmail: string, rawPassword: string) =>
|
||||
where: { email },
|
||||
include: {
|
||||
memberships: {
|
||||
include: {
|
||||
organization: {
|
||||
include: { phoneNumbers: true },
|
||||
},
|
||||
},
|
||||
include: { organization: true },
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user