1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 17:18:14 -05:00

Fixed validation error for Free org accounts

This commit is contained in:
Chad Scharf 2020-06-25 15:58:08 -04:00
parent b7154f017f
commit 47a6e607c6

View File

@ -37,7 +37,6 @@ namespace Bit.Core.Models.Api
public string BillingAddressCity { get; set; }
public string BillingAddressState { get; set; }
public string BillingAddressPostalCode { get; set; }
[Required]
[StringLength(2)]
public string BillingAddressCountry { get; set; }