mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
tolower requests
This commit is contained in:
@ -48,7 +48,7 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
var importedUser = new ImportedOrganizationUser
|
||||
{
|
||||
Email = Email,
|
||||
Email = Email.ToLowerInvariant(),
|
||||
ExternalId = ExternalId
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user