fix: Emails should be stored and processed in lowercase (#1109)
This commit is contained in:
@ -43,7 +43,7 @@ describe('userInviter', async () => {
|
||||
const response = await userInviter({
|
||||
invites: [
|
||||
{ email: 'the@same.com', name: 'Test' },
|
||||
{ email: 'the@same.com', name: 'Test' },
|
||||
{ email: 'the@SAME.COM', name: 'Test' },
|
||||
],
|
||||
user,
|
||||
ip,
|
||||
|
Reference in New Issue
Block a user