fixing bug with the invites?
This commit is contained in:
@@ -79,7 +79,7 @@ function RouteHandler() {
|
||||
|
||||
// last chance, if they are invited to a team, check for it
|
||||
const invitedTeamMember = await teamService.getTeamMembersByEmailInvite(
|
||||
currUser.email
|
||||
currUser.email?.toLocaleLowerCase()
|
||||
);
|
||||
|
||||
if (invitedTeamMember.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user