mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
tolower requests
This commit is contained in:
parent
826b4a430f
commit
3ff217bb24
@ -48,7 +48,7 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
var importedUser = new ImportedOrganizationUser
|
||||
{
|
||||
Email = Email,
|
||||
Email = Email.ToLowerInvariant(),
|
||||
ExternalId = ExternalId
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user