1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-16 10:38:17 -05:00

tolower requests

This commit is contained in:
Kyle Spearrin 2018-06-28 07:45:24 -04:00
parent 826b4a430f
commit 3ff217bb24

View File

@ -48,7 +48,7 @@ namespace Bit.Core.Models.Api
{ {
var importedUser = new ImportedOrganizationUser var importedUser = new ImportedOrganizationUser
{ {
Email = Email, Email = Email.ToLowerInvariant(),
ExternalId = ExternalId ExternalId = ExternalId
}; };