mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
trim and tolower billing email
This commit is contained in:
@ -55,7 +55,7 @@ namespace Bit.Core.Models.Table
|
||||
|
||||
public string BillingEmailAddress()
|
||||
{
|
||||
return BillingEmail;
|
||||
return BillingEmail?.ToLowerInvariant()?.Trim();
|
||||
}
|
||||
|
||||
public string BillingName()
|
||||
|
Reference in New Issue
Block a user